Skip to content

Commit

Permalink
feat(mp-baidu): update built-in component list
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Jan 14, 2023
1 parent 5a47596 commit 858ab2b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions packages/uni-template-compiler/lib/mp.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,30 @@ const tags = {
'editor'
],
'mp-baidu': [
'animation-video',
'animation-view',
'ar-camera',
'rtc-room',
'rtc-room-item',
'tabs',
'tab-item',
'follow-swan',
'login',
'inline-payment-panel'
'inline-payment-panel',
'talos-linear-gradient',
'talos-rc-view',
'talos-nested-scroll-view',
'talos-nested-scroll-top-container',
'talos-nested-scroll-bottom-container',
'talos-waterfall-view',
'talos-waterfall-item',
'talos-waterfall-header',
'talos-waterfall-footer',
'talos-pull-refresh',
'talos-control-container',
'talos-na-refresh-control',
'talos-modal',
'talos-svg'
],
'mp-weixin': [
'page-container',
Expand Down Expand Up @@ -163,4 +184,4 @@ module.exports = function getCompilerOptions (platform) {
baseCompiler,
require(id + '/lib/uni.compiler.js')
)
}
}

0 comments on commit 858ab2b

Please sign in to comment.