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

@@ -13,7 +13,7 @@ describe('ssr compile: suspense', () => {
default: () => {
_push(_ssrRenderComponent(_component_foo, null, null, _parent))
},
_: 1
_: 1 /* STABLE */
})
}"
`)
@@ -43,7 +43,7 @@ describe('ssr compile: suspense', () => {
fallback: () => {
_push(\` loading... \`)
},
_: 1
_: 1 /* STABLE */
})
}"
`)