From 259fdb74c18f5e51100013e73b0d9f27025b9ed6 Mon Sep 17 00:00:00 2001 From: humorHan Date: Wed, 17 Nov 2021 20:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20sync=20en=20doc=20(#1817)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hanjiayi02 --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index f73d822..a497838 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -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?