mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
feat(vue): add custom elements bundle (#23458)
This commit is contained in:
@ -4,7 +4,7 @@ import { IonRouterOutlet } from './IonRouterOutlet';
|
||||
const WILL_CHANGE = 'ionTabsWillChange';
|
||||
const DID_CHANGE = 'ionTabsDidChange';
|
||||
|
||||
export const IonTabs = defineComponent({
|
||||
export const IonTabs = /*@__PURE__*/ defineComponent({
|
||||
name: 'IonTabs',
|
||||
emits: [WILL_CHANGE, DID_CHANGE],
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user