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 6ec0989 commit 9649929Copy full SHA for 9649929
examples/route-matching/app.js
@@ -20,7 +20,7 @@ const router = new VueRouter({
20
{ path: '/params-with-regex/:id(\\d+)' },
21
// asterisk can match anything
22
{ path: '/asterisk/*' },
23
- // make part of th path optional by wrapping with parens and add "?"
+ // make part of the path optional by wrapping with parens and add "?"
24
{ path: '/optional-group/(foo/)?bar' }
25
]
26
})
0 commit comments