test: update snapshot

This commit is contained in:
三咲智子 Kevin Deng 2024-05-27 03:24:30 +08:00
parent 734abf5d92
commit bdc68b6b39
No known key found for this signature in database

View File

@ -256,7 +256,7 @@ _createVNode(_resolveComponent("C"), {
`;
exports[`using v-slots without children should not be spread > using v-slots without children should not be spread 1`] = `
"import { resolveComponent as _resolveComponent, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
"import { resolveComponent as _resolveComponent, createVNode as _createVNode } from "vue";
_createVNode(_resolveComponent("A"), null, slots);"
`;