Skip to content

Commit d00e18f

Browse files
authored
feat: Update info about passing props to pages
1 parent 6d1a3c0 commit d00e18f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

230230
There'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

234238
Apache License Version 2.0, January 2004

0 commit comments

Comments
 (0)