feat(tracker): added actions monitoring

This commit is contained in:
Corentin Thomasset
2022-12-21 00:03:31 +01:00
parent 40872859a5
commit bfc2e24bbf
7 changed files with 26 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@ function renderOption({ tool }: { tool: Tool }) {
:render-label="renderOption"
:default-value="'aa'"
:get-show="() => true"
:on-focus="() => $tracker.trackEvent({ eventName: 'Search-bar focused' })"
>
<template #default="{ handleInput, handleBlur, handleFocus, value: slotValue }">
<n-input