Skip to content

Commit e870cc2

Browse files
committed
docs(infinite-scroll): remove duplicate and unused imports
1 parent af24162 commit e870cc2

File tree

3 files changed

+0
-8
lines changed
  • static/usage/v7/infinite-scroll

3 files changed

+0
-8
lines changed

static/usage/v7/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/v7/infinite-scroll/custom-infinite-scroll-content/vue.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,19 @@
8989
IonList,
9090
IonItem,
9191
IonAvatar,
92-
IonImg,
9392
IonLabel,
9493
InfiniteScrollCustomEvent,
9594
} from '@ionic/vue';
9695
import { defineComponent, reactive } from 'vue';
9796
9897
export default defineComponent({
9998
components: {
100-
IonContent,
10199
IonContent,
102100
IonInfiniteScroll,
103101
IonInfiniteScrollContent,
104102
IonList,
105103
IonItem,
106104
IonAvatar,
107-
IonImg,
108105
IonLabel,
109106
},
110107
setup() {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@
2626
IonList,
2727
IonItem,
2828
IonAvatar,
29-
IonImg,
3029
IonLabel,
3130
InfiniteScrollCustomEvent,
3231
} from '@ionic/vue';
3332
import { defineComponent, reactive } from 'vue';
3433
3534
export default defineComponent({
3635
components: {
37-
IonContent,
3836
IonContent,
3937
IonInfiniteScroll,
4038
IonInfiniteScrollContent,
4139
IonList,
4240
IonItem,
4341
IonAvatar,
44-
IonImg,
4542
IonLabel,
4643
},
4744
setup() {

0 commit comments

Comments
 (0)