nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

fix: sort items in fuse #670

Closed enpitsuLin closed 1 month ago

enpitsuLin commented 1 month ago

Add sortFn option in fuse.js to sorted search result in list by sorting options, also threshold option avoid to show less relevance modules, but not sure if 0.2 is an appropriate value(if no threshold basically all modules will be displayed and will break sorting options😇)

fixed #669