mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-05-20 22:22:36 -04:00
feat(tracker): added actions monitoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user