export const useSearchStore = defineStore('searchStore', () => { const search = ref('') return { search, } })