mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(vue): correctly handle platform specific icons (#22200)
resolves #19078
This commit is contained in:
@ -248,21 +248,6 @@ export const IonHeader = /*@__PURE__*/ defineContainer<JSX.IonHeader>('ion-heade
|
||||
]);
|
||||
|
||||
|
||||
export const IonIcon = /*@__PURE__*/ defineContainer<JSX.IonIcon>('ion-icon', [
|
||||
'mode',
|
||||
'color',
|
||||
'ariaLabel',
|
||||
'ios',
|
||||
'md',
|
||||
'flipRtl',
|
||||
'name',
|
||||
'src',
|
||||
'icon',
|
||||
'size',
|
||||
'lazy'
|
||||
]);
|
||||
|
||||
|
||||
export const IonImg = /*@__PURE__*/ defineContainer<JSX.IonImg>('ion-img', [
|
||||
'alt',
|
||||
'src',
|
||||
|
Reference in New Issue
Block a user