Skip to content

Commit 0c52a76

Browse files
authored
docs(infinite-scroll): remove duplicate and unused imports (#4138)
1 parent 8e6b022 commit 0c52a76

File tree

6 files changed

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

6 files changed

+0
-18
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,19 @@
2323
IonList,
2424
IonItem,
2525
IonAvatar,
26-
IonImg,
2726
IonLabel,
2827
InfiniteScrollCustomEvent,
2928
} from '@ionic/vue';
3029
import { defineComponent, reactive } from 'vue';
3130
3231
export default defineComponent({
3332
components: {
34-
IonContent,
3533
IonContent,
3634
IonInfiniteScroll,
3735
IonInfiniteScrollContent,
3836
IonList,
3937
IonItem,
4038
IonAvatar,
41-
IonImg,
4239
IonLabel,
4340
},
4441
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() {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,19 @@
2323
IonList,
2424
IonItem,
2525
IonAvatar,
26-
IonImg,
2726
IonLabel,
2827
InfiniteScrollCustomEvent,
2928
} from '@ionic/vue';
3029
import { defineComponent, reactive } from 'vue';
3130
3231
export default defineComponent({
3332
components: {
34-
IonContent,
3533
IonContent,
3634
IonInfiniteScroll,
3735
IonInfiniteScrollContent,
3836
IonList,
3937
IonItem,
4038
IonAvatar,
41-
IonImg,
4239
IonLabel,
4340
},
4441
setup() {

static/usage/v8/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/v8/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)