export default { computed: { tableHeight() { return this.$baseTableHeight(45) }, tableHeightShort() { return this.$baseTableHeight(88) }, }, }