Skip to content

Conversation

@shirookie
Copy link
Collaborator

No description provided.

if (TypeGuards.isATemplateNode(aNode)) return this.compileTemplate(aNode)
if (TypeGuards.isAFragmentNode(aNode)) return this.compileFragment(aNode)
if (TypeGuards.isAFragmentNode(aNode)) {
if (isRootElement) {
Copy link
Member

Choose a reason for hiding this comment

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

子组件根是fragment 时,不应该报warning

Copy link
Member

Choose a reason for hiding this comment

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

不太确定了,你用san实际试一下

if (TypeGuards.isAFragmentNode(aNode)) return this.compileFragment(aNode)
if (TypeGuards.isAFragmentNode(aNode)) {
if (isRootElement) {
console.warn('根元素为 <fragment> 不支持反解')
Copy link
Member

Choose a reason for hiding this comment

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

代码里的报错,用简单的英文

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants