update
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ import App from './App.vue';
|
||||
import './assets/less/index.less';
|
||||
import('ant-design-vue/dist/antd.less');
|
||||
import registerGlobComp from './assets/ts/antd.ts'
|
||||
const app=createApp(App)
|
||||
|
||||
const app = createApp(App)
|
||||
registerGlobComp(app);
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user