mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 15:00:52 +01:00
implemented search
This commit is contained in:
7
src/stores/vault/search.ts
Normal file
7
src/stores/vault/search.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export const useSearchStore = defineStore('searchStore', () => {
|
||||
const search = ref()
|
||||
|
||||
return {
|
||||
search,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user