diff --git a/packages/uni-template-compiler/lib/mp.js b/packages/uni-template-compiler/lib/mp.js index 204dc8be00df15532bcf96344535075b0599c2d5..823433dea75d3374a6823fcc3380dbbb621d62d6 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' ] }