fix(compiler): generate correct fragment children when it contains single text node or slot outlet
This commit is contained in:
@@ -176,7 +176,7 @@ export type JSChildNode =
|
||||
export interface CallExpression extends Node {
|
||||
type: NodeTypes.JS_CALL_EXPRESSION
|
||||
callee: string
|
||||
arguments: (string | JSChildNode | TemplateChildNode[])[]
|
||||
arguments: (string | JSChildNode | TemplateChildNode | TemplateChildNode[])[]
|
||||
}
|
||||
|
||||
export interface ObjectExpression extends Node {
|
||||
|
||||
Reference in New Issue
Block a user