perf: menu selected and user info view
This commit is contained in:
+5
-1
@@ -3,5 +3,9 @@ import App from './App.vue'
|
||||
import Antd from 'ant-design-vue';
|
||||
import 'ant-design-vue/dist/antd.less';
|
||||
import router from './router/index';
|
||||
import { createPinia } from 'pinia'
|
||||
|
||||
createApp(App).use(Antd).use(router).mount('#app')
|
||||
const pinia = createPinia()
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(Antd).use(router).use(pinia).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user