feat(a11y): use better markup tags everywhere
This commit is contained in:
parent
0e47cebed5
commit
b96af50338
4 changed files with 12 additions and 13 deletions
|
|
@ -9,7 +9,7 @@
|
|||
class="app-container"
|
||||
>
|
||||
<navigation/>
|
||||
<div
|
||||
<main
|
||||
:class="[
|
||||
{ 'is-menu-enabled': menuActive },
|
||||
$route.name,
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
>
|
||||
<icon icon="keyboard"/>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Reference in a new issue