Skip to content

Commit 6077705

Browse files
committed
feat: update main.ts
1 parent fb7a84d commit 6077705

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { createApp } from 'vue';
22

33
import App from './App.vue';
4-
import ElementPlus from 'element-plus';
54
import router from './router';
65
import { setupStore } from './store';
76

@@ -12,7 +11,6 @@ import vPermission from './directive/permission/index'; // permission control
1211
import { checkEnableLogs } from './utils/error-log'; // error log
1312

1413
const app = createApp(App);
15-
app.use(ElementPlus);
1614
setupStore(app);
1715
app.use(router);
1816
app.component('svg-icon', SvgIcon);

0 commit comments

Comments
 (0)