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 5b43cc0 commit b27a0b1Copy full SHA for b27a0b1
README.md
@@ -35,7 +35,7 @@ In your `App.vue`
35
```vue
36
<template>
37
<div id="app">
38
- <vue-skip-to to="#main" test="Skip to main content" />
+ <vue-skip-to to="#main" text="Skip to main content" />
39
40
<logo :src="require('@/assets/logo.png')" />
41
<h1 data-va="main header">{{ msg }}</h1>
0 commit comments