From 018c9b06463cc8a9f726932a69a51ef32b5e38cd Mon Sep 17 00:00:00 2001 From: JohnPion Date: Wed, 15 May 2019 23:37:40 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8D=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=8D=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 3220abd..9501044 100644 --- a/src/index.js +++ b/src/index.js @@ -251,6 +251,7 @@ export default class WXAppPlugin { ); const components = new Set(); + await this.getComponents(components, resolve(this.base, 'app')) for (const page of pages) { await this.getComponents(components, resolve(this.base, page)); }