[V3 Vue] Routable Tabs - tab:init event

how to trigger tabInit event in Routable Tabs ? (Vue)

you need to emit that event?

this.$f7.router.emit('tabInit')
or
this.$f7.emit('tabInit')

didnt test it, i dont know it this will work.

thank for reply.
my mean is in core is

on: {
tabInit: function (e, page) {
}}

but in vue how to fire tab:init
https://framework7.io/docs/tabs.html#routable-tabs-events

Why do you need to emit an event? I will be emitted automatically.