From b808eb0d8490c42a0f186175ea981ec1930926f0 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 20 Jul 2021 19:59:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(mp-alipay):=20=E5=A2=9E=E5=8A=A0=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=86=85=E7=BD=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-template-compiler/lib/mp.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/uni-template-compiler/lib/mp.js b/packages/uni-template-compiler/lib/mp.js index 204dc8be0..823433dea 100644 --- a/packages/uni-template-compiler/lib/mp.js +++ b/packages/uni-template-compiler/lib/mp.js @@ -54,7 +54,15 @@ const tags = { // 支付宝小程序平台独有组件 'mp-alipay': [ 'lifestyle', - 'life-follow' + 'life-follow', + 'contact-button', + 'spread', + 'error-view', + 'poster', + 'cashier', + 'ix-grid', + 'ix-native-grid', + 'ix-native-list' ] } -- GitLab