8000 fix: lint · vuejs/vue-router@50bf165 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50bf165

Browse files
ronald-d-rogersposva
authored andcommitted
fix: lint
1 parent 593e3c4 commit 50bf165

File tree

1 file changed

+1
-1
lines changed
  • examples/navigation-guards

1 file changed

+1
-1
lines changed

examples/navigation-guards/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const router = new VueRouter({
186186
{ path: 'child/1', component: NestedChild1, props: { n: 1 }},
187187
{ path: 'child/2', component: NestedChild2, props: { n: 2 }}
188188
]
189-
},
189+
}
190190
]
191191
})
192192

0 commit comments

Comments
 (0)
0