We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4451e commit 92f71daCopy full SHA for 92f71da
1 file changed
docs/app.vue
@@ -38,7 +38,7 @@ provide('navigation', navigation)
38
39
watch(() => search.value?.commandPaletteRef?.query, debounce((query) => {
40
if (!query) return
41
- useTrackEvent('Search', { props: { results: `${search.value?.commandPaletteRef.results.length}` } })
+ useTrackEvent('Search', { props: { query, results: `${search.value?.commandPaletteRef.results.length}` } })
42
}, 500))
43
</script>
44
0 commit comments