You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'import { Fragment as _Fragment } from "vue";\n\n_createVNode(_Fragment, null, [_createVNode("h2", null, ["Hello, world!"])]);',
870
+
'import { createVNode as _createVNode, Fragment as _Fragment } from "vue";\n\n_createVNode(_Fragment, null, [_createVNode("h2", null, ["Hello, world!"])]);',
874
871
'should integrate w/ `@vue/babel-plugin-jsx`'
875
872
)
876
873
877
874
t.deepEqual(
878
875
transform('<x y className="a" {...z} />!'),
879
876
[
880
-
'import { mergeProps as _mergeProps } from "vue";',
881
-
'import { resolveComponent as _resolveComponent } from "vue";',
882
-
'import { Fragment as _Fragment } from "vue";',
877
+
'import { createVNode as _createVNode, mergeProps as _mergeProps, resolveComponent as _resolveComponent, Fragment as _Fragment } from "vue";',
'import { Fragment as _Fragment } from "vue";\n\n_createVNode(_Fragment, null, [_createVNode("p", null, ["Sum: ", 1 + 1, "."])]);',
901
+
'import { createVNode as _createVNode, Fragment as _Fragment } from "vue";\n\n_createVNode(_Fragment, null, [_createVNode("p", null, ["Sum: ", 1 + 1, "."])]);',
0 commit comments