File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
static/usage/v7/infinite-scroll
custom-infinite-scroll-content Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2323 IonList ,
2424 IonItem ,
2525 IonAvatar ,
26- IonImg ,
2726 IonLabel ,
2827 InfiniteScrollCustomEvent ,
2928 } from ' @ionic/vue' ;
3736 IonList,
3837 IonItem,
3938 IonAvatar,
40- IonImg,
4139 IonLabel,
4240 },
4341 setup () {
Original file line number Diff line number Diff line change 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 () {
Original file line number Diff line number Diff line change 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 () {
You can’t perform that action at this time.
0 commit comments