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 6dd2f7a commit 18eaa5eCopy full SHA for 18eaa5e
.vitepress/theme/components/SponsorsGroup.vue
@@ -96,7 +96,7 @@ function resolveList(data: SponsorData) {
96
>Become a Sponsor</a
97
>
98
<a
99
- v-if="tier === 'special' && !data[tier]?.length"
+ v-if="tier === 'special' && data && !data[tier]?.length"
100
href="mailto:[email protected]?subject=Vue.js%20special%20sponsor%20inquiry"
101
class="sponsor-item action"
102
@click="track(true)"
0 commit comments