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/content/1.get-started/5.watch-outs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Instead, Ionic expects `<ion-router-outlet>` to show the route component, and `u
26
26
- The root element of every page must always be `<ion-page>`.
27
27
::
28
28
29
-
This is required by Ionic to set up page transitions and stack navigation. Each view that is navigated to using the router must include an <ion-page> component.
29
+
This is required by Ionic to set up page transitions and stack navigation. Each view that is navigated to using the router must include an `<ion-page>` component.
30
30
31
31
::list{type="warning"}
32
32
- When navigating from a tabbed route to a non-tabbed route, `route.params` from the auto-imported `useRoute()` will always be an empty object.
0 commit comments