chore: annotate generated slot flag

This commit is contained in:
Evan You
2020-11-30 15:11:58 -05:00
parent 5f2a8533ac
commit e41b46c396
11 changed files with 57 additions and 42 deletions

View File

@@ -45,7 +45,7 @@ describe('ssr: scopeId', () => {
]
}
}),
_: 1
_: 1 /* STABLE */
}, _parent))
})"
`)
@@ -75,7 +75,7 @@ describe('ssr: scopeId', () => {
]
}
}),
_: 1
_: 1 /* STABLE */
}, _parent))
})"
`)
@@ -110,7 +110,7 @@ describe('ssr: scopeId', () => {
]
}
}),
_: 1
_: 1 /* STABLE */
}, _parent))
} else {
return [
@@ -119,12 +119,12 @@ describe('ssr: scopeId', () => {
default: _withId(() => [
_createVNode(\\"span\\")
]),
_: 1
_: 1 /* STABLE */
})
]
}
}),
_: 1
_: 1 /* STABLE */
}, _parent))
})"
`)