PageInit is invalid when using Routable Tabs?

In v_station.html PageInit is invalid ?

Because tab is not a Page! Use component’s mounted() hook instead http://framework7.io/docs/router-component.html#component-structure

return {
  ...
  mounted() {
    // do something
  }
}
1 Like

thank you very much…:stuck_out_tongue: