1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` scopeId compiler support should push scopeId for hoisted nodes 1` ] = `
4
- "import { createElementVNode as _createElementVNode , toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , openBlock as _openBlock , createElementBlock as _createElementBlock , withScopeId as _withScopeId , pushScopeId as _pushScopeId , popScopeId as _popScopeId } from \\ "vue\\ "
4
+ "import { createElementVNode as _createElementVNode , toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , openBlock as _openBlock , createElementBlock as _createElementBlock , pushScopeId as _pushScopeId , popScopeId as _popScopeId } from \\ "vue\\ "
5
5
6
6
_pushScopeId(\\ "test\\ ")
7
7
const _hoisted_1 = /*#__PURE__*/_createElementVNode(\\ "div\\ ", null, \\ "hello\\ ", -1 /* HOISTED */)
@@ -18,7 +18,7 @@ export function render(_ctx, _cache) {
18
18
` ;
19
19
20
20
exports [` scopeId compiler support should wrap default slot 1` ] = `
21
- "import { createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
21
+ "import { createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock } from \\ "vue\\ "
22
22
23
23
export function render(_ctx, _cache) {
24
24
const _component_Child = _resolveComponent (\\" Child\\ " )
@@ -33,7 +33,7 @@ export function render(_ctx, _cache) {
33
33
` ;
34
34
35
35
exports [` scopeId compiler support should wrap dynamic slots 1` ] = `
36
- "import { createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , renderList as _renderList , createSlots as _createSlots , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
36
+ "import { createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , renderList as _renderList , createSlots as _createSlots , openBlock as _openBlock , createBlock as _createBlock } from \\ "vue\\ "
37
37
38
38
export function render(_ctx, _cache) {
39
39
const _component_Child = _resolveComponent (\\" Child\\ " )
@@ -60,7 +60,7 @@ export function render(_ctx, _cache) {
60
60
` ;
61
61
62
62
exports [` scopeId compiler support should wrap named slots 1` ] = `
63
- "import { toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock , withScopeId as _withScopeId } from \\ "vue\\ "
63
+ "import { toDisplayString as _toDisplayString , createTextVNode as _createTextVNode , createElementVNode as _createElementVNode , resolveComponent as _resolveComponent , withCtx as _withCtx , openBlock as _openBlock , createBlock as _createBlock } from \\ "vue\\ "
64
64
65
65
export function render(_ctx, _cache) {
66
66
const _component_Child = _resolveComponent (\\" Child\\ " )
0 commit comments