fix(compiler-core): handle template root and template v-if as stable fragments
This commit is contained in:
@@ -34,6 +34,6 @@ export default function render() {
|
||||
createVNode(\\"img\\", { src: _imports_0 }),
|
||||
createVNode(\\"img\\", { src: _imports_1 }),
|
||||
createVNode(\\"img\\", { src: _imports_1 })
|
||||
]))
|
||||
], 64 /* STABLE_FRAGMENT */))
|
||||
}"
|
||||
`;
|
||||
|
||||
@@ -44,6 +44,6 @@ export default function render() {
|
||||
src: \\"./logo.png\\",
|
||||
srcset: _hoisted_7
|
||||
})
|
||||
]))
|
||||
], 64 /* STABLE_FRAGMENT */))
|
||||
}"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user