import comp from './src/file-experiment' comp.install = function (Vue) { Vue.component(comp.name, comp) } export default comp