我按照官方示例撸了一下,代码如下:
components: {
'my-component': () => import('./my-async-component')
}
发现会报出这个错:
'import' and 'export' may only appear at the top level
是还需要设置一些其他的东西吗?望大神指点~~
哈士奇WWW
相关分类