wente
2023-12-07 d3b33741326d9e6cfc1b0e113e9cc5ec33abec11
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