mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
test updates
This commit is contained in:
@ -30,7 +30,7 @@ import {Slides, Slide, SlidePager, List, Item, Content} from 'ionic/ionic';
|
||||
</div>
|
||||
`
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
next() {
|
||||
console.log('Next');
|
||||
}
|
||||
@ -38,3 +38,7 @@ export default class IonicApp {
|
||||
console.log('Prev');
|
||||
}
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user