chore: run build for vue output

This commit is contained in:
Liam DeBeasi
2023-10-18 18:16:49 -04:00
parent 8cd05d332e
commit 51c8dc82e9

View File

@ -763,7 +763,8 @@ export const IonSelectOption = /*@__PURE__*/ defineContainer<JSX.IonSelectOption
export const IonSkeletonText = /*@__PURE__*/ defineContainer<JSX.IonSkeletonText>('ion-skeleton-text', defineIonSkeletonText, [
'animated'
'animated',
'ionStyle'
]);