Skip to content

Commit f107f50

Browse files
authoredNov 27, 2024··
fix: expose new ionic v8 components (#750)
based on nuxt-modules/ionic@6f20041
1 parent acc3b78 commit f107f50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/core/resolvers/ionic.ts

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const IonicBuiltInComponents = [
4141
'IonInfiniteScroll',
4242
'IonInfiniteScrollContent',
4343
'IonInput',
44+
'IonInputPasswordToggle',
4445
'IonItem',
4546
'IonItemDivider',
4647
'IonItemGroup',
@@ -60,6 +61,9 @@ export const IonicBuiltInComponents = [
6061
'IonNote',
6162
'IonPage',
6263
'IonPicker',
64+
'IonPickerColumn',
65+
'IonPickerColumnOption',
66+
'IonPickerLegacy',
6367
'IonPopover',
6468
'IonProgressBar',
6569
'IonRadio',

0 commit comments

Comments
 (0)
Please sign in to comment.