mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
chore(): add page component
This commit is contained in:
@ -4,6 +4,6 @@ export default {
|
||||
name: 'IonPage',
|
||||
functional: true,
|
||||
render(h: CreateElement, { children }: RenderContext) {
|
||||
return h('div', { class: { 'ion-page':true } }, children);
|
||||
return h('div', { class: { 'ion-page': true } }, children);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user