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