framework7io / framework7-vue

Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
http://framework7.io/vue/
MIT License
674 stars 150 forks source link

Don't support async components? #192

Closed yijiaqingilm closed 6 years ago

yijiaqingilm commented 7 years ago

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 } ] } })

yijiaqingilm commented 7 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

nolimits4web commented 6 years ago

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: