Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 26, 2024
1 parent 734abf5 commit bdc68b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
`;

Expand Down

0 comments on commit bdc68b6

Please sign in to comment.