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