feat: implement vue-use integration of Fuse.js for fuzzy search

- Introduce a new FuzzySearch component for Vue 3, leveraging Fuse.js
for intelligent search capabilities.
- Implement a useFuzzySearch composable for flexible search
functionality, allowing configuration of search options.
- Create demo and README files to showcase usage and features of the
fuzzy search implementation.
- Update package.json and package-lock.json to include
@vueuse/integrations version 13.6.0 for enhanced performance.

- Introduce async-validator version 4.2.5 to package.json and
package-lock.json for enhanced validation capabilities.
- Update tmp package from version 0.2.3 to 0.2.4 in package-lock.json to
ensure compatibility and security improvements.
This commit is contained in:
padreug 2025-08-08 14:40:27 +02:00
parent 3d1bc94183
commit 74ae2538cb
3 changed files with 14 additions and 6 deletions

View file

@ -23,6 +23,7 @@
"@vueuse/core": "^12.8.2",
"@vueuse/head": "^2.0.0",
"@vueuse/integrations": "^13.6.0",
"async-validator": "^4.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",