📝 sync en doc (#1817)

Co-authored-by: hanjiayi02 <hanjiayi02@meituan.com>
This commit is contained in:
humorHan 2021-11-17 20:02:48 +08:00 committed by GitHub
parent e807cbcfb6
commit 259fdb74c1

View File

@ -235,7 +235,7 @@ if (inBrowser && window.Vue) {
To solve the error, choose one of the options listed below:
1. Use bundler to pack `Vue` library, instead of CDN or external module
2. Rename `Vue` to other name in master application, eg: `window.Vue2 = window.Vue; window.Vue = undefined`
2. Rename `Vue` to other name in master application, eg: `window.Vue2 = window.Vue; delete window.Vue`
## Why dynamic imported assets missing?