未验证 提交 6c9265c5 编写于 作者: F fasttian 提交者: Gitee

update docs/tutorial/migration-to-vue3.md.

上级 0281de73
......@@ -413,4 +413,16 @@
- vue3 支持的手机版本最低到多少?
> vue3 支持的范围是:Android > 4.4, ios >= 10
- vue3 nvue 暂不支持 recycle-list 组件
\ No newline at end of file
- vue3 nvue 暂不支持 recycle-list 组件
- vue3 在 h5 平台发行时,为了优化包体积大小,会默认启动摇树,仅打包明确使用的api。如果要关闭摇树,可以在manifest.json中配置:
```json
"h5": {
"optimization": {
"treeShaking": {
"enable": false
}
}
}
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册