Привет! Не могу сообразить, как в файле main.js, где подключаются все библиотеки вызвать $f7.router.navigate
// Import Vue
import Vue from 'vue'
// Import Vue-Resource
import Resource from 'vue-resource'
// Import F7
import Framework7 from 'framework7/framework7.esm.bundle.js'
// Import F7 Vue Plugin
import Framework7Vue from 'framework7-vue/framework7-vue.esm.bundle.js'
// Import F7 Styles
// eslint-disable-next-line
import Framework7Styles from 'framework7/css/framework7.css'
// Import Icons and App Custom Styles
// eslint-disable-next-line
import IconsStyles from './css/icons.css'
// eslint-disable-next-line
import AppStyles from './css/app.css'
import store from './store'
import user from './user'
// Import App Component
import App from './app'
// Init F7 Vue Plugin
Framework7.use(Framework7Vue)
Vue.use(Resource)
// тут
this.$f7.router.navigate()
Все варианты перепробовал :)
Не хватает знаний в области js :)