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