forked fromnativescript-vue/nativescript-vue
- Notifications
You must be signed in to change notification settings - Fork0
Commitdb6df39
fix: action bar rendering - issuenativescript-vue#276 (nativescript-vue#278)
* Fix the app-with-pages.js sample by adding a Frame root element and add two action bars in order to reproduce the issuenativescript-vue#276.* Fix page composition when does navigation issue (nativescript-vue#276), which wraps an already Page component in another Page component, losing its action bar.1 parent8f2d1a7 commitdb6df39
File tree
2 files changed
+16
-4
lines changed- platform/nativescript/util
- samples/app
2 files changed
+16
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 |
| |
9 | 16 |
| |
10 | 17 |
| |
| |||
16 | 23 |
| |
17 | 24 |
| |
18 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
19 | 30 |
| |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
23 | 34 |
| |
| 35 | + | |
24 | 36 |
| |
25 | 37 |
| |
26 | 38 |
| |
|
0 commit comments
Comments
(0)