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

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