mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
test: update snapshot
This commit is contained in:
parent
734abf5d92
commit
bdc68b6b39
@ -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);"
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user