We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shallowRef
1 parent 7faaedd commit 050885dCopy full SHA for 050885d
1 file changed
app/components/AppTooltip.vue
@@ -6,7 +6,7 @@ const props = defineProps<{
6
position?: 'top' | 'bottom' | 'left' | 'right'
7
}>()
8
9
-const isVisible = ref(false)
+const isVisible = shallowRef(false)
10
const tooltipId = useId()
11
12
const positionClasses: Record<string, string> = {
0 commit comments