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