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 f20313a commit 40c8e4dCopy full SHA for 40c8e4d
src/skip-to-list.vue
@@ -39,7 +39,7 @@ export default {
39
to: {
40
validator: function (val) {
41
return Array.isArray(val) &&
42
- val.every(({anchor, label}) => (
+ val.every(({ anchor, label }) => (
43
typeof anchor === 'string' &&
44
anchor.startsWith('#') &&
45
typeof String(label) === 'string'
0 commit comments