We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae925 commit 28b8f42Copy full SHA for 28b8f42
README.md
@@ -78,7 +78,7 @@ export default {
78
79
To use multiple links, simply pass an array into the `to` prop with the following shape:
80
81
-```json
+```js
82
[
83
{
84
"anchor": "<STRING>", // destination id
@@ -152,6 +152,14 @@ Override the default styles by targeting the following:
152
```css
153
.vue-skip-to {
154
}
155
+.vue-skip-to__link {
156
+}
157
+.vue-skip-to__nav {
158
159
+.vue-skip-to__nav-list {
160
161
+.vue-skip-to__nav-list-item {
162
163
```
164
165
## Running tests
0 commit comments