We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02816cf commit 94a7de4Copy full SHA for 94a7de4
packages/@vuepress/theme-default/components/Home.vue
@@ -1,7 +1,7 @@
1
<template>
2
<main
3
class="home"
4
- aria-labelledby="main-title"
+ :aria-labelledby="data.heroText !== null ? 'main-title' : null"
5
>
6
<header class="hero">
7
<img
0 commit comments