You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/essentials/route-matching-syntax.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Most applications will use static routes like `/about` and dynamic routes like `/users/:userId` like we just saw in [Dynamic Route Matching](./dynamic-matching.md), but Vue Router has much more to offer!
4
4
5
5
:::tip
6
-
For the sake of simplicity, all, route records **are omitting the `component` property** to focus on the `path` value.
6
+
For the sake of simplicity, all route records **are omitting the `component` property** to focus on the `path` value.
0 commit comments