add
This commit is contained in:
+4
-2
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user