Skip to content

content: Infinite scroll - Double IonContent import on the vue version #4095

Closed
@flroent

Description

@flroent

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentIssues related to the contents of the documentation website

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions