提交 4fed7f38 编写于 作者: L liu.t

feat: support toutiao rtc-room

上级 1f929c49
......@@ -120,6 +120,10 @@ const tags = {
'page-container',
'page-meta',
'lottie'
],
// 抖音小程序平台独有组件
'mp-toutiao': [
'rtc-room',
]
}
......
......@@ -4444,7 +4444,8 @@ var TAG_MAP = {
'live-pusher': 'live-pusher',
'web-view': 'web-view',
'open-data': 'open-data',
'official-account': 'official-account'
'official-account': 'official-account',
'rtc-room': 'rtc-room'
}
function createFindEventTypeFn (eventTypeMap) {
......
......@@ -58,5 +58,6 @@ module.exports = [
'uni-textarea',
'uni-video',
'uni-view',
'uni-web-view'
'uni-web-view',
'uni-rtc-room'
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册