How is IonPage supposed to be used?

I’m having some trouble understanding how and where IonPage is to be used with Vue? Does anyone have a code sample, as to where this component is required

IonPage should be used to wrap each view/page in your Vue app. It is required so transitions and navigation work correctly in Ionic. Here is a link to the documentation.

Hopefully that helps. Otherwise, please reply with any additional questions.

1 Like

@twestrick Thank you, I was wrongfully looking for documentation in the component parts of the docs.

1 Like