@@ -7,8 +7,8 @@ return function render(_ctx, _cache) {
7
7
const _component_Comp = _resolveComponent (\\" Comp\\ " )
8
8
9
9
return (_openBlock (), _createBlock (_component_Comp , null , {
10
- [_ctx .one ]: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )], _ctx ),
11
- [_ctx .two ]: _withCtx (({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )], _ctx ),
10
+ [_ctx .one ]: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )]),
11
+ [_ctx .two ]: _withCtx (({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )]),
12
12
_: 1
13
13
}, 1024 /* DYNAMIC_SLOTS */ ))
14
14
} "
@@ -23,7 +23,7 @@ return function render(_ctx, _cache) {
23
23
return (_openBlock (), _createBlock (_component_Comp , null , {
24
24
default: _withCtx (() => [
25
25
_createVNode (\\" div\\ " )
26
- ], _ctx ),
26
+ ]),
27
27
_: 1
28
28
}))
29
29
} "
@@ -39,7 +39,7 @@ return function render(_ctx, _cache) {
39
39
_renderList (_ctx .list , (name ) => {
40
40
return {
41
41
name: name ,
42
- fn: _withCtx (() => [_toDisplayString (name )], _ctx )
42
+ fn: _withCtx (() => [_toDisplayString (name )])
43
43
}
44
44
})
45
45
]), 1024 /* DYNAMIC_SLOTS */ ))
@@ -56,7 +56,7 @@ return function render(_ctx, _cache) {
56
56
(_ctx .ok )
57
57
? {
58
58
name: \\" one\\ " ,
59
- fn: _withCtx ((props ) => [_toDisplayString (props )], _ctx )
59
+ fn: _withCtx ((props ) => [_toDisplayString (props )])
60
60
}
61
61
: undefined
62
62
]), 1024 /* DYNAMIC_SLOTS */ ))
@@ -76,16 +76,16 @@ return function render(_ctx, _cache) {
76
76
ok
77
77
? {
78
78
name: \\" one\\ " ,
79
- fn: _withCtx (() => [\\" foo\\ " ], _ctx )
79
+ fn: _withCtx (() => [\\" foo\\ " ])
80
80
}
81
81
: orNot
82
82
? {
83
83
name: \\" two\\ " ,
84
- fn: _withCtx ((props ) => [\\" bar\\ " ], _ctx )
84
+ fn: _withCtx ((props ) => [\\" bar\\ " ])
85
85
}
86
86
: {
87
87
name: \\" one\\ " ,
88
- fn: _withCtx (() => [\\" baz\\ " ], _ctx )
88
+ fn: _withCtx (() => [\\" baz\\ " ])
89
89
}
90
90
]), 1024 /* DYNAMIC_SLOTS */ ))
91
91
}
@@ -105,7 +105,7 @@ return function render(_ctx, _cache) {
105
105
ok
106
106
? {
107
107
name: \\" one\\ " ,
108
- fn: _withCtx (() => [\\" hello\\ " ], _ctx )
108
+ fn: _withCtx (() => [\\" hello\\ " ])
109
109
}
110
110
: undefined
111
111
]), 1024 /* DYNAMIC_SLOTS */ ))
@@ -120,8 +120,8 @@ return function render(_ctx, _cache) {
120
120
const _component_Comp = _resolveComponent (\\" Comp\\ " )
121
121
122
122
return (_openBlock (), _createBlock (_component_Comp , null , {
123
- one: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )], _ctx ),
124
- two: _withCtx (({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )], _ctx ),
123
+ one: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )]),
124
+ two: _withCtx (({ bar }) => [_toDisplayString (_ctx .foo ), _toDisplayString (bar )]),
125
125
_: 1
126
126
}))
127
127
} "
@@ -137,11 +137,11 @@ return function render(_ctx, _cache) {
137
137
const _component_Comp = _resolveComponent (\\" Comp\\ " )
138
138
139
139
return (_openBlock (), _createBlock (_component_Comp , null , {
140
- one: _withCtx (() => [\\" foo\\ " ], _ctx ),
140
+ one: _withCtx (() => [\\" foo\\ " ]),
141
141
default: _withCtx (() => [
142
142
\\" bar\\ " ,
143
143
_createVNode (\\" span\\ " )
144
- ], _ctx ),
144
+ ]),
145
145
_: 1
146
146
}))
147
147
}
@@ -158,14 +158,14 @@ return function render(_ctx, _cache) {
158
158
return (_openBlock (), _createBlock (_component_Comp , null , {
159
159
default: _withCtx (({ foo }) => [
160
160
_createVNode (_component_Inner , null , {
161
- default: _withCtx (({ bar }) => [_toDisplayString (foo ), _toDisplayString (bar ), _toDisplayString (_ctx .baz )], _ctx ),
161
+ default: _withCtx (({ bar }) => [_toDisplayString (foo ), _toDisplayString (bar ), _toDisplayString (_ctx .baz )]),
162
162
_: 1
163
163
}, 1024 /* DYNAMIC_SLOTS */ ),
164
164
\\" \\ " ,
165
165
_toDisplayString (foo ),
166
166
_toDisplayString (_ctx .bar ),
167
167
_toDisplayString (_ctx .baz )
168
- ], _ctx ),
168
+ ]),
169
169
_: 1
170
170
}))
171
171
} "
@@ -178,7 +178,7 @@ return function render(_ctx, _cache) {
178
178
const _component_Comp = _resolveComponent (\\" Comp\\ " )
179
179
180
180
return (_openBlock (), _createBlock (_component_Comp , null , {
181
- default: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )], _ctx ),
181
+ default: _withCtx (({ foo }) => [_toDisplayString (foo ), _toDisplayString (_ctx .bar )]),
182
182
_: 1
183
183
}))
184
184
} "
0 commit comments