Closed yijiaqingilm closed 6 years ago
I found that as long as the returns of component information from asynchronous execution of switch then the page when there are problems
Issue is closed because of outdated/irrelevant/not actual
If this issue is still actual and reproducible for latest version of Framework7 & Framework7-Vue, please create new issue and fill the issue template correctly:
I want to use Async Components in my project, but it seems not working correctly:
const About= resolve => { require.ensure([], () => { resolve(require('./path/to/about.vue')) })
}
new Vue({ framework7: { routes: [ { path: '/about/', component: About } ] } })