wip: fix native template compat
This commit is contained in:
parent
7c1e665215
commit
ae0fb14305
@ -209,7 +209,7 @@ function parseChildren(
|
||||
!node.props.some(
|
||||
p =>
|
||||
p.type === NodeTypes.DIRECTIVE &&
|
||||
(p.name === 'if' || p.name === 'for' || p.name === 'slot')
|
||||
isSpecialTemplateDirective(p.name)
|
||||
)
|
||||
) {
|
||||
__DEV__ &&
|
||||
|
Loading…
Reference in New Issue
Block a user