var ioAlatComponent = { template: ` Title
Port : 123
Glu : 1023
DB : pdb
LIS : Enabled
get_app
`, data: function() { return {} }, methods: {}, components: { SheetFooter: { functional: true, render(h, { children }) { return h('v-sheet', { staticClass: 'mt-auto align-center justify-center d-flex', props: { color: 'rgba(0, 0, 0, .36)', dark: true, height: 50 } }, children) } } } } export { ioAlatComponent };