修复IE11浏览器报错问题

This commit is contained in:
RuoYi
2021-01-05 09:44:08 +08:00
parent 2116ee1822
commit 56fa3912ae
4 changed files with 19 additions and 8 deletions

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 {