@@ -9,7 +9,7 @@ return function render(_ctx, _cache) {
9
9
return (_openBlock (), _createBlock (_component_Comp , null , {
10
10
[_ctx .one ]: ({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )],
11
11
[_ctx .two ]: ({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )],
12
- _compiled: true
12
+ _: 1
13
13
}, 512 /* DYNAMIC_SLOTS */ ))
14
14
} "
15
15
` ;
@@ -24,7 +24,7 @@ return function render(_ctx, _cache) {
24
24
default : () => [
25
25
_createVNode (\\" div\\ " )
26
26
],
27
- _compiled: true
27
+ _: 1
28
28
}))
29
29
} "
30
30
` ;
@@ -35,7 +35,7 @@ exports[`compiler: transform component slots named slot with v-for w/ prefixIden
35
35
return function render(_ctx, _cache) {
36
36
const _component_Comp = _resolveComponent (\\" Comp\\ " )
37
37
38
- return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _compiled: true }, [
38
+ return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _: 1 }, [
39
39
_renderList (_ctx .list , (name ) => {
40
40
return {
41
41
name: name ,
@@ -52,7 +52,7 @@ exports[`compiler: transform component slots named slot with v-if + prefixIdenti
52
52
return function render(_ctx, _cache) {
53
53
const _component_Comp = _resolveComponent (\\" Comp\\ " )
54
54
55
- return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _compiled: true }, [
55
+ return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _: 1 }, [
56
56
(_ctx .ok )
57
57
? {
58
58
name: \\" one\\ " ,
@@ -72,7 +72,7 @@ return function render(_ctx, _cache) {
72
72
73
73
const _component_Comp = _resolveComponent (\\" Comp\\ " )
74
74
75
- return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _compiled: true }, [
75
+ return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _: 1 }, [
76
76
ok
77
77
? {
78
78
name: \\" one\\ " ,
@@ -101,7 +101,7 @@ return function render(_ctx, _cache) {
101
101
102
102
const _component_Comp = _resolveComponent (\\" Comp\\ " )
103
103
104
- return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _compiled: true }, [
104
+ return (_openBlock (), _createBlock (_component_Comp , null , _createSlots ({ _: 1 }, [
105
105
ok
106
106
? {
107
107
name: \\" one\\ " ,
@@ -122,7 +122,7 @@ return function render(_ctx, _cache) {
122
122
return (_openBlock (), _createBlock (_component_Comp , null , {
123
123
one : ({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )],
124
124
two : ({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )],
125
- _compiled: true
125
+ _: 1
126
126
}))
127
127
} "
128
128
` ;
@@ -142,7 +142,7 @@ return function render(_ctx, _cache) {
142
142
\\" bar\\ " ,
143
143
_createVNode (\\" span\\ " )
144
144
],
145
- _compiled: true
145
+ _: 1
146
146
}))
147
147
}
148
148
}"
@@ -159,14 +159,14 @@ return function render(_ctx, _cache) {
159
159
default : ({ foo }) => [
160
160
_createVNode (_component_Inner , null , {
161
161
default : ({ bar }) => [_toDisplayString (foo ), _toDisplayString (bar ), _toDisplayString (_ctx .baz )],
162
- _compiled: true
162
+ _: 1
163
163
}, 512 /* DYNAMIC_SLOTS */ ),
164
164
\\" \\ " ,
165
165
_toDisplayString (foo ),
166
166
_toDisplayString (_ctx .bar ),
167
167
_toDisplayString (_ctx .baz )
168
168
],
169
- _compiled: true
169
+ _: 1
170
170
}))
171
171
} "
172
172
` ;
@@ -179,7 +179,7 @@ return function render(_ctx, _cache) {
179
179
180
180
return (_openBlock (), _createBlock (_component_Comp , null , {
181
181
default : ({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )],
182
- _compiled: true
182
+ _: 1
183
183
}))
184
184
} "
185
185
` ;
0 commit comments