fix(compiler-core): handle template root and template v-if as stable fragments
This commit is contained in:
@@ -44,6 +44,7 @@ export const PatchFlags = PublicPatchFlags as {
|
||||
PROPS: number
|
||||
NEED_PATCH: number
|
||||
FULL_PROPS: number
|
||||
STABLE_FRAGMENT: number
|
||||
KEYED_FRAGMENT: number
|
||||
UNKEYED_FRAGMENT: number
|
||||
DYNAMIC_SLOTS: number
|
||||
|
||||
Reference in New Issue
Block a user