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