added fuse search

This commit is contained in:
2025-06-19 23:29:22 +02:00
parent 8b7a51c5bd
commit f555dbad4f
6 changed files with 47 additions and 57 deletions

View File

@ -1,5 +1,5 @@
export const useSearchStore = defineStore('searchStore', () => {
const search = ref()
const search = ref('')
return {
search,