We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios 7 下
两种方式都不加载,在ios 7.0 7.1下
1:System.import方式 export default new Router({ routes: [ { path: '/new', name: 'New', component: resolve => System.import('../views/new.vue') } ] })
2:require.ensure方式
The text was updated successfully, but these errors were encountered:
add: 同步方式可以加载 打包之后就是一个 app.md5.js
Sorry, something went wrong.
Please ask support questions on stackoverflow or forums.
No branches or pull requests
ios 7 下
两种方式都不加载,在ios 7.0 7.1下
1:System.import方式
export default new Router({
routes: [
{
path: '/new',
name: 'New',
component: resolve => System.import('../views/new.vue')
}
]
})
2:require.ensure方式
The text was updated successfully, but these errors were encountered: