This commit is contained in:
zk
2023-11-21 17:51:20 +08:00
parent e73c95296c
commit 330154ae42
35 changed files with 60 additions and 8 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
import {createApp} from 'vue'
import App from './App.vue'
createApp(App).mount('#app')
import registerGlobComp from './assets/ts/antd.ts'
const app=createApp(App)
registerGlobComp(app);
app.mount('#app')