How to access Ionic lifecycles with Vue?

I’m interested on how to use ionViewDidEnter() with Vue? Where do i have to call this?

You can use vue lifecycle
For example you can use beforeCreate() or beforeMount

You can see vue lifecycle diagram

No, it doesn’t work. I use the code in a mounted() cycle it’s equal to ionViewDidEnter(), but mounted is obviously fired earlier than ionViewDidEnter().