📝 sync en doc (#1817)
Co-authored-by: hanjiayi02 <hanjiayi02@meituan.com>
This commit is contained in:
parent
e807cbcfb6
commit
259fdb74c1
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user