소스 검색

reactor:热点和时间选择展示全部名称;

zhangchong 1 년 전
부모
커밋
612c0da99d
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      package.json
  2. 0 1
      src/main.ts

+ 1 - 1
package.json

@@ -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",

+ 0 - 1
src/main.ts

@@ -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');