Do you have an IonPage
component in both components? Otherwise, we might need to see the code in the Account
and Invoice
components.
On a related note, you may want to read how Ionic handles the Vue Lifecycle if you aren’t aware. Ionic keeps components around in the DOM so onMounted
doesn’t always get called as expected in a normal Vue app.