Skip to content

Commit 40c8e4d

Browse files
committed
Fix missing object curly spacing
1 parent f20313a commit 40c8e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skip-to-list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
to: {
4040
validator: function (val) {
4141
return Array.isArray(val) &&
42-
val.every(({anchor, label}) => (
42+
val.every(({ anchor, label }) => (
4343
typeof anchor === 'string' &&
4444
anchor.startsWith('#') &&
4545
typeof String(label) === 'string'

0 commit comments

Comments
 (0)