mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(accordion-group): ionChange is now fired properly in vue (#24063)
resolves #23762
This commit is contained in:
@ -95,7 +95,8 @@ export const IonAccordionGroup = /*@__PURE__*/ defineContainer<JSX.IonAccordionG
|
||||
'readonly',
|
||||
'expand',
|
||||
'ionChange'
|
||||
]);
|
||||
],
|
||||
'value', 'v-ion-change', 'ionChange');
|
||||
|
||||
|
||||
export const IonAvatar = /*@__PURE__*/ defineContainer<JSX.IonAvatar>('ion-avatar', IonAvatarCmp);
|
||||
|
Reference in New Issue
Block a user