File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Please file an issue or make a PR if you spot any problems or you have any furth
1919- [ Usage & Examples] ( #usage-examples )
2020- [ New hooks for pages] ( #new-hooks-for-pages )
2121- [ TypeScript] ( #typescript )
22- - [ API & Limitations ] ( #api-limitations )
22+ - [ API Differences to Web ] ( #api-differences-to-web )
2323- [ Troubleshooting] ( #troubleshooting )
2424
2525## Features
@@ -215,7 +215,7 @@ If you need a TS support and it's not detected automatically in your project for
215215/// <reference path="./node_modules/nativescript-vue-router-extended/typings/shims-vue.d.ts" />
216216```
217217
218- ## API & Limitations
218+ ## API Differences to Web
219219
220220<b >Vue Router compatibility</b >
221221
@@ -229,6 +229,10 @@ There are some limitations like lack of DOM accessibility and related hooks and
229229
230230There's a lack of <router-link /> component due to performance reasons.
231231
232+ <b >Passing props to pages</b >
233+
234+ All props are passed automatically to <Page /> components. Therefore you don't need to use ` props: true ` in your routes list.
235+
232236## License
233237
234238Apache License Version 2.0, January 2004
You can’t perform that action at this time.
0 commit comments