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