@@ -102,7 +102,7 @@ export function render(_ctx) {
102
102
const _component_Comp = _resolveComponent (" Comp" )
103
103
const n1 = _createComponent (_component_Comp , null , [
104
104
{
105
- default : () => {
105
+ " default" : () => {
106
106
const n0 = t0 ()
107
107
return n0
108
108
}
@@ -122,11 +122,11 @@ export function render(_ctx) {
122
122
const _component_Comp = _resolveComponent (" Comp" )
123
123
const n4 = _createComponent (_component_Comp , null , [
124
124
{
125
- one : () => {
125
+ " one" : () => {
126
126
const n0 = t0 ()
127
127
return n0
128
128
},
129
- default : () => {
129
+ " default" : () => {
130
130
const n2 = t1 ()
131
131
const n3 = t2 ()
132
132
return [n2 , n3 ]
@@ -146,11 +146,11 @@ export function render(_ctx) {
146
146
const _component_Comp = _resolveComponent (" Comp" )
147
147
const n5 = _createComponent (_component_Comp , null , [
148
148
{
149
- default: _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
149
+ " default" : _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
150
150
const n2 = t0 ()
151
151
const n1 = _createComponent (_component_Inner , null , [
152
152
{
153
- default: _withDestructure (({ bar }) => [bar ], (_ctx1 ) => {
153
+ " default" : _withDestructure (({ bar }) => [bar ], (_ctx1 ) => {
154
154
const n0 = _createTextNode (() => [_ctx0 [0 ] + _ctx1 [0 ] + _ctx .baz ])
155
155
return n0
156
156
})
@@ -190,7 +190,7 @@ export function render(_ctx) {
190
190
const _component_Comp = _resolveComponent (" Comp" )
191
191
const n1 = _createComponent (_component_Comp , null , [
192
192
{
193
- named: _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
193
+ " named" : _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
194
194
const n0 = _createTextNode (() => [_ctx0 [0 ] + _ctx .bar ])
195
195
return n0
196
196
})
@@ -207,7 +207,7 @@ export function render(_ctx) {
207
207
const _component_Comp = _resolveComponent (" Comp" )
208
208
const n1 = _createComponent (_component_Comp , null , [
209
209
{
210
- default: _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
210
+ " default" : _withDestructure (({ foo }) => [foo ], (_ctx0 ) => {
211
211
const n0 = _createTextNode (() => [_ctx0 [0 ] + _ctx .bar ])
212
212
return n0
213
213
})
@@ -216,3 +216,19 @@ export function render(_ctx) {
216
216
return n1
217
217
} "
218
218
` ;
219
+
220
+ exports [` compiler: transform slot > quote slot name 1` ] = `
221
+ "import { resolveComponent as _resolveComponent , createComponent as _createComponent } from 'vue/vapor';
222
+
223
+ export function render(_ctx) {
224
+ const _component_Comp = _resolveComponent (" Comp" )
225
+ const n1 = _createComponent (_component_Comp , null , [
226
+ {
227
+ " nav-bar-title-before" : () => {
228
+ return null
229
+ }
230
+ }
231
+ ], true )
232
+ return n1
233
+ } "
234
+ ` ;
0 commit comments