fix(compiler-ssr): fix wrong attrs fallthrough on non-single-root v-if branches
fix #5140
This commit is contained in:
@@ -68,7 +68,7 @@ export interface DirectiveTransformResult {
|
||||
ssrTagParts?: TemplateLiteral['elements']
|
||||
}
|
||||
|
||||
// A structural directive transform is a technically a NodeTransform;
|
||||
// A structural directive transform is technically also a NodeTransform;
|
||||
// Only v-if and v-for fall into this category.
|
||||
export type StructuralDirectiveTransform = (
|
||||
node: ElementNode,
|
||||
|
||||
Reference in New Issue
Block a user