File tree 6 files changed +8
-8
lines changed
custom-infinite-scroll-content
custom-infinite-scroll-content
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
IonAvatar ,
26
26
IonImg ,
27
27
IonLabel ,
28
- IonInfiniteCustomEvent ,
28
+ InfiniteScrollCustomEvent ,
29
29
} from ' @ionic/vue' ;
30
30
import { defineComponent , reactive } from ' vue' ;
31
31
51
51
}
52
52
};
53
53
54
- const ionInfinite = (ev : IonInfiniteCustomEvent ) => {
54
+ const ionInfinite = (ev : InfiniteScrollCustomEvent ) => {
55
55
generateItems ();
56
56
setTimeout (() => ev .target .complete (), 500 );
57
57
};
Original file line number Diff line number Diff line change 91
91
IonAvatar ,
92
92
IonImg ,
93
93
IonLabel ,
94
- IonInfiniteCustomEvent ,
94
+ InfiniteScrollCustomEvent ,
95
95
} from ' @ionic/vue' ;
96
96
import { defineComponent , reactive } from ' vue' ;
97
97
Original file line number Diff line number Diff line change 28
28
IonAvatar ,
29
29
IonImg ,
30
30
IonLabel ,
31
- IonInfiniteCustomEvent ,
31
+ InfiniteScrollCustomEvent ,
32
32
} from ' @ionic/vue' ;
33
33
import { defineComponent , reactive } from ' vue' ;
34
34
Original file line number Diff line number Diff line change 25
25
IonAvatar ,
26
26
IonImg ,
27
27
IonLabel ,
28
- IonInfiniteCustomEvent ,
28
+ InfiniteScrollCustomEvent ,
29
29
} from ' @ionic/vue' ;
30
30
import { defineComponent , reactive } from ' vue' ;
31
31
51
51
}
52
52
};
53
53
54
- const ionInfinite = (ev : IonInfiniteCustomEvent ) => {
54
+ const ionInfinite = (ev : InfiniteScrollCustomEvent ) => {
55
55
generateItems ();
56
56
setTimeout (() => ev .target .complete (), 500 );
57
57
};
Original file line number Diff line number Diff line change 91
91
IonAvatar ,
92
92
IonImg ,
93
93
IonLabel ,
94
- IonInfiniteCustomEvent ,
94
+ InfiniteScrollCustomEvent ,
95
95
} from ' @ionic/vue' ;
96
96
import { defineComponent , reactive } from ' vue' ;
97
97
Original file line number Diff line number Diff line change 28
28
IonAvatar ,
29
29
IonImg ,
30
30
IonLabel ,
31
- IonInfiniteCustomEvent ,
31
+ InfiniteScrollCustomEvent ,
32
32
} from ' @ionic/vue' ;
33
33
import { defineComponent , reactive } from ' vue' ;
34
34
You can’t perform that action at this time.
0 commit comments