Skip to content

Commit

Permalink
mp-toutiao support built-in components
Browse files Browse the repository at this point in the history
  • Loading branch information
yurj26 authored Dec 8, 2023
1 parent a990835 commit eca1df2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/uni-template-compiler/lib/mp.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,16 @@ const tags = {
],
// 抖音小程序平台独有组件
'mp-toutiao': [
'rtc-room',
'aweme-data',
'consume-card',
'pay-button',
'rate-button',
'member-button',
'confirm-receipt-button',
'live-preview',
'aweme-live-book',
'aweme-user-card',
'rtc-room'
]
}

Expand Down

0 comments on commit eca1df2

Please sign in to comment.