Skip to content

Commit 406169b

Browse files
committed
fix
1 parent 4f37e03 commit 406169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const route = useRoute()
77
const isHome = computed(() => route.name === 'index')
88
99
const triggerRef = ref<HTMLElement | null>(null)
10-
const modalRef = ref<any>(null)
10+
const modalRef = useTemplateRef<HTMLElement>('modalRef')
1111
const modalOpen = ref(false)
1212
1313
const togglePopover = (e?: Event) => {

0 commit comments

Comments
 (0)