소스 검색

explicit update iview

Michael Wang 6 년 전
부모
커밋
e4212a40ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prebuild.js

+ 1 - 1
prebuild.js

@@ -1,6 +1,6 @@
 const packageJson = require("./package.json");
 
-if (packageJson.dependencies.iview !== "^3.2.2") {
+if (packageJson.dependencies.iview !== "^3.4.1") {
   console.log("iview 的版本不要轻易升级,一定要充分测试。");
   process.exit(1);
 }