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