### URL https://ionicframework.com/docs/api/infinite-scroll#properties ### Issue Description In all the Vue.js snippets, the IonContent component is declared twice, like: ``` export default defineComponent({ components: { IonContent, IonContent, IonInfiniteScroll, IonInfiniteScrollContent, IonList, IonItem, IonAvatar, IonImg, IonLabel, }, }); ``` Additionally, the IonImg component is imported but never used.