瀏覽代碼

:arrow_up: Upgrading dependencies.update element 2.4.11

萌萌哒SAKURA酱 6 年之前
父節點
當前提交
ab75b4d45a

+ 2 - 2
package.json

@@ -3,7 +3,7 @@
   "version": "1.8.0",
   "private": true,
   "scripts": {
-    "bootstrap": "yarn add --registry https://registry.npm.taobao.org || npm i --registry https://registry.npm.taobao.org ",
+    "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
     "dev": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint",
@@ -19,7 +19,7 @@
     "babel-polyfill": "^6.26.0",
     "classlist-polyfill": "^1.2.0",
     "driver.js": "^0.6.2",
-    "element-ui": "^2.4.6",
+    "element-ui": "^2.4.11",
     "file-saver": "^1.3.8",
     "html2canvas": "^1.0.0-alpha.12",
     "js-cookie": "^2.2.0",

文件差異過大導致無法顯示
+ 1 - 0
public/cdn/element-ui/2.4.11/index.js


public/cdn/element-ui/2.4.6/theme-chalk/fonts/element-icons.ttf → public/cdn/element-ui/2.4.11/theme-chalk/fonts/element-icons.ttf


public/cdn/element-ui/2.4.6/theme-chalk/fonts/element-icons.woff → public/cdn/element-ui/2.4.11/theme-chalk/fonts/element-icons.woff


文件差異過大導致無法顯示
+ 1 - 0
public/cdn/element-ui/2.4.11/theme-chalk/index.css


文件差異過大導致無法顯示
+ 0 - 1
public/cdn/element-ui/2.4.6/index.js


文件差異過大導致無法顯示
+ 0 - 1
public/cdn/element-ui/2.4.6/theme-chalk/index.css


+ 2 - 2
public/index.html

@@ -9,7 +9,7 @@
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="X-UA-Compatible" content="chrome=1" />
-    <link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.4.6/theme-chalk/index.css">
+    <link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.4.11/theme-chalk/index.css">
     <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
     <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
     <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/avue.css">
@@ -48,7 +48,7 @@
     <script src="<%= BASE_URL %>cdn/vuex/2.4.1/vuex.min.js" charset="utf-8"></script>
     <script src="<%= BASE_URL %>cdn/vue-router/3.0.2/vue-router.min.js" charset="utf-8"></script>
     <script src="<%= BASE_URL %>cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
-    <script src="<%= BASE_URL %>cdn/element-ui/2.4.6/index.js" charset="utf-8"></script>
+    <script src="<%= BASE_URL %>cdn/element-ui/2.4.11/index.js" charset="utf-8"></script>
 </body>
 
 </html>