We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7a84d commit 6077705Copy full SHA for 6077705
src/main.ts
@@ -1,7 +1,6 @@
1
import { createApp } from 'vue';
2
3
import App from './App.vue';
4
-import ElementPlus from 'element-plus';
5
import router from './router';
6
import { setupStore } from './store';
7
@@ -12,7 +11,6 @@ import vPermission from './directive/permission/index'; // permission control
12
11
import { checkEnableLogs } from './utils/error-log'; // error log
13
14
const app = createApp(App);
15
-app.use(ElementPlus);
16
setupStore(app);
17
app.use(router);
18
app.component('svg-icon', SvgIcon);
0 commit comments