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 f302e6e commit a16c59aCopy full SHA for a16c59a
.vitepress/theme/components/SponsorsGroup.vue
@@ -96,7 +96,7 @@ function resolveList(data: SponsorData) {
96
>スポンサーになる</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