wente
2023-12-13 99e94aa2b7d2bd6736b1dfdf2ed6be54a4c8cdec
1
2
3
4
5
6
7
import comp from './src/project-list-select-dialog'
 
comp.install = function (Vue) {
  Vue.component(comp.name, comp)
}
 
export default comp