@@ -19,7 +19,7 @@ Please file an issue or make a PR if you spot any problems or you have any furth
19
19
- [ Usage & Examples] ( #usage-examples )
20
20
- [ New hooks for pages] ( #new-hooks-for-pages )
21
21
- [ TypeScript] ( #typescript )
22
- - [ API & Limitations ] ( #api-limitations )
22
+ - [ API Differences to Web ] ( #api-differences-to-web )
23
23
- [ Troubleshooting] ( #troubleshooting )
24
24
25
25
## Features
@@ -215,7 +215,7 @@ If you need a TS support and it's not detected automatically in your project for
215
215
/// <reference path="./node_modules/nativescript-vue-router-extended/typings/shims-vue.d.ts" />
216
216
```
217
217
218
- ## API & Limitations
218
+ ## API Differences to Web
219
219
220
220
<b >Vue Router compatibility</b >
221
221
@@ -229,6 +229,10 @@ There are some limitations like lack of DOM accessibility and related hooks and
229
229
230
230
There's a lack of <router-link /> component due to performance reasons.
231
231
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
+
232
236
## License
233
237
234
238
Apache License Version 2.0, January 2004
0 commit comments