Skip to content

Commit 94a7de4

Browse files
authoredAug 22, 2020
fix($theme-default): remove invalidate aria-labelledby on homepage title(#2277)
1 parent 02816cf commit 94a7de4

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/theme-default/components

1 file changed

+1
-1
lines changed
 

‎packages/@vuepress/theme-default/components/Home.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<main
33
class="home"
4-
aria-labelledby="main-title"
4+
:aria-labelledby="data.heroText !== null ? 'main-title' : null"
55
>
66
<header class="hero">
77
<img

0 commit comments

Comments
 (0)
Please sign in to comment.