Skip to content

Commit f9be7d7

Browse files
authored
feat: Add info about Frame
1 parent 08ca6fa commit f9be7d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ router.beforeEach((to) => {
134134
this.$routeTo("/movies", {
135135
// Clear History is a NativeScript setting
136136
clearHistory: true,
137+
138+
// Route inside of custom Frame
139+
frame: "myFrameId",
140+
141+
// Pass props to the page
137142
props: {
138143
movieId: 12,
139144
},

0 commit comments

Comments
 (0)