mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
feat(vue): add custom elements bundle (#23458)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { h, defineComponent } from 'vue';
|
||||
|
||||
export const IonPage = defineComponent({
|
||||
export const IonPage = /*@__PURE__*/ defineComponent({
|
||||
name: 'IonPage',
|
||||
props: {
|
||||
isInOutlet: { type: Boolean, default: false },
|
||||
|
Reference in New Issue
Block a user