We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09145c commit 3fc25ebCopy full SHA for 3fc25eb
packages/babel/test/transform.spec.ts
@@ -14,7 +14,7 @@ describe('transform', () => {
14
)!
15
expect(code).toMatchInlineSnapshot(`
16
"import { child as _child, delegateEvents as _delegateEvents, template as _template, createIf as _createIf } from 'vue';
17
- import { setNodes as _setNodes } from 'vue-jsx-vapor';
+ import { setNodes as _setNodes } from 'vue-jsx-vapor/runtime';
18
const _t00 = _template("<div> </div>", true);
19
const _t10 = _template("<div>Hello</div>");
20
const _t11 = _template("<div>World</div>");
0 commit comments