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