chore(): add page component

This commit is contained in:
Mike Hartington
2019-07-08 20:26:39 -04:00
parent f56fea6a1f
commit 470615eb05
6 changed files with 10 additions and 14 deletions

View File

@ -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);
}
};