@@ -23,7 +23,7 @@
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
- "element-plus": "2.4.4",
+ "element-plus": "^2.4.4",
"js-cookie": "^3.0.1",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.0",
@@ -23,5 +23,4 @@ other.elSvg(app);
// 全局组件挂载
app.component('Pagination', Pagination);
app.component('Empty', Empty);
-console.log(ElementPlus)
app.use(pinia).use(router).use(ElementPlus).use(MotionPlugin).mount('#app');