mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(mode): lazy load same component, two different modes (#16401)
* test(mode): lazy load same component, two different modes * chore(package): update to stencil 0.16.0-4 * chore(ng): update ng proxies
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<ion-content padding>
|
||||
<h1>Page One</h1>
|
||||
<ion-nav-push component="page-two">
|
||||
<ion-button class="next">Go to Page Two</ion-button>
|
||||
<ion-button mode="md" class="next">Go to Page Two</ion-button>
|
||||
</ion-nav-push>
|
||||
</ion-content>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user