Skip to content

Commit 7a6ba25

Browse files
committed
Removed IonImg from vue's imports/exports (unused)
Tested all examples with and without the import as mentioned in `https://github.com/ionic-team/ionic-docs/issues/4095`. Components maintain full functionality without this import.
1 parent 6a01185 commit 7a6ba25

File tree

3 files changed

+0
-6
lines changed
  • static/usage/v8/infinite-scroll

3 files changed

+0
-6
lines changed

static/usage/v8/infinite-scroll/basic/vue.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
IonList,
2424
IonItem,
2525
IonAvatar,
26-
IonImg,
2726
IonLabel,
2827
InfiniteScrollCustomEvent,
2928
} from '@ionic/vue';
@@ -37,7 +36,6 @@
3736
IonList,
3837
IonItem,
3938
IonAvatar,
40-
IonImg,
4139
IonLabel,
4240
},
4341
setup() {

static/usage/v8/infinite-scroll/custom-infinite-scroll-content/vue.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
IonList,
9090
IonItem,
9191
IonAvatar,
92-
IonImg,
9392
IonLabel,
9493
InfiniteScrollCustomEvent,
9594
} from '@ionic/vue';
@@ -103,7 +102,6 @@
103102
IonList,
104103
IonItem,
105104
IonAvatar,
106-
IonImg,
107105
IonLabel,
108106
},
109107
setup() {

static/usage/v8/infinite-scroll/infinite-scroll-content/vue.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
IonList,
2727
IonItem,
2828
IonAvatar,
29-
IonImg,
3029
IonLabel,
3130
InfiniteScrollCustomEvent,
3231
} from '@ionic/vue';
@@ -40,7 +39,6 @@
4039
IonList,
4140
IonItem,
4241
IonAvatar,
43-
IonImg,
4442
IonLabel,
4543
},
4644
setup() {

0 commit comments

Comments
 (0)