修复IE11浏览器报错问题

This commit is contained in:
RuoYi
2021-01-05 10:30:05 +08:00
parent a5d0028b39
commit 2b3820223c
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 {