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.
1 parent df43725 commit 3f03145Copy full SHA for 3f03145
1 file changed
app/components/AppFooter.vue
@@ -7,7 +7,7 @@ const route = useRoute()
7
const isHome = computed(() => route.name === 'index')
8
9
const triggerRef = ref<HTMLElement | null>(null)
10
-const popoverRef = ref<HTMLElement | null>(null)
+const popoverRef = useTemplateRef<HTMLElement>('popoverRef')
11
const showPopover = ref(false)
12
13
const togglePopover = (e?: Event) => {
0 commit comments