Joe Saad
Joe Saad
Sure. Thanks for the prompt reply: I have used this same repo with the following changes: **App.vue** ``` ``` **CameraPage.vue** ``` methods: {}, activated(){ console.log('Component activated') } ``` the activated...
I just wanted activated to be triggered, every time i get to that component
Things work as expected when i try using `` instead of `` but I really want o use `ion-vue-router` but the problem is ion-vue-router does not seem to get `activated()`...
I was only using this repo as an example. But my actual repo has `` and `activated()` in the dynamic components and it already had `` and all is working...
All these module files were included.