Ver Fonte

update iview version

Michael Wang há 5 anos atrás
pai
commit
ebf9275929
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      prebuild.js

+ 1 - 1
prebuild.js

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