From ac761d1ba7a36b5942c98c3648f466692fbd08bd Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 27 Feb 2023 10:22:33 +0800 Subject: [PATCH] feat(channel-video): support in mp weixin --- packages/uni-template-compiler/lib/mp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uni-template-compiler/lib/mp.js b/packages/uni-template-compiler/lib/mp.js index 85a20a09f4..e384d91e41 100644 --- a/packages/uni-template-compiler/lib/mp.js +++ b/packages/uni-template-compiler/lib/mp.js @@ -91,7 +91,8 @@ const tags = { 'scale-gesture-handler', 'force-press-gesture-handler', 'vertical-drag-gesture-handler', - 'horizontal-drag-gesture-handler' + 'horizontal-drag-gesture-handler', + 'channel-video' ], // 支付宝小程序平台独有组件 'mp-alipay': [ -- GitLab