mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00

committed by
Mike Hartington

parent
f16b118794
commit
f56fea6a1f
9
vue/src/components/ion-page.ts
Normal file
9
vue/src/components/ion-page.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { CreateElement, RenderContext } from 'vue';
|
||||
|
||||
export default {
|
||||
name: 'IonPage',
|
||||
functional: true,
|
||||
render(h: CreateElement, { children }: RenderContext) {
|
||||
return h('div', { class: { 'ion-page':true } }, children);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user