Ver Fonte

v3.4.0 修复IE11浏览器报错问题

YunaiV há 3 anos atrás
pai
commit
cfcc2c6762

+ 1 - 1
yudao-ui-admin/package.json

@@ -75,7 +75,7 @@
     "eslint": "7.15.0",
     "eslint-plugin-vue": "7.2.0",
     "lint-staged": "10.5.3",
-    "sass": "1.30.0",
+    "sass": "1.32.0",
     "runjs": "4.4.2",
     "sass-loader": "10.1.0",
     "script-ext-html-webpack-plugin": "2.1.5",

+ 1 - 1
yudao-ui-admin/src/components/HeaderSearch/index.vue

@@ -20,7 +20,7 @@
 <script>
 // fuse is a lightweight fuzzy-search module
 // make search results more in line with expectations
-import Fuse from 'fuse.js'
+import Fuse from 'fuse.js/dist/fuse.min.js'
 import path from 'path'
 
 export default {