import comp from './src/project-list-select-dialog' comp.install = function (Vue) { Vue.component(comp.name, comp) } export default comp