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 b0511c7 commit 89d0606Copy full SHA for 89d0606
app/pages/about.vue
@@ -75,7 +75,7 @@ const roleLabels = computed(
75
76
const activeContributor = shallowRef<GitHubContributor>()
77
78
-function onBeforeToggleHoverCard(event) {
+function onBeforeToggleHoverCard(event: ToggleEvent & { source: HTMLElement }) {
79
const { cid } = event.source.dataset
80
const contributor = contributors.value.find(c => c.id === Number(cid))
81
activeContributor.value = contributor
0 commit comments