import IotTab from './src/IotTab.vue' import IotTabItem from './src/IotTabItem.vue' IotTab.install = function(Vue) { Vue.component(IotTab.name, IotTab) } export { IotTab, IotTabItem } export default IotTab