Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/taro-runtime/src/dom-external/inner-html/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const specialMiniElements = {

const internalCompsList = Object.keys(internalComponents)
.map(i => i.toLowerCase())
.filter(i => i !== 'span')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉可能不止这一个,另,这个好加用例吗?

.join(',')

// https://developers.weixin.qq.com/miniprogram/dev/component
Expand Down
Loading