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

This commit is contained in:
YunaiV 2022-02-15 19:08:39 +08:00
parent fe0886d122
commit cfcc2c6762
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 {