mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
docs(api/menu): update menu api demo
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import {App, IonicApp, IonicView} from 'ionic/ionic';
|
||||
import {App, IonicApp, Page} from 'ionic/ionic';
|
||||
|
||||
|
||||
@IonicView({templateUrl: 'page1.html'})
|
||||
@Page({templateUrl: 'page1.html'})
|
||||
class Page1 {}
|
||||
|
||||
|
||||
@IonicView({templateUrl: 'page2.html'})
|
||||
@Page({templateUrl: 'page2.html'})
|
||||
class Page2 {}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user