refactor(compiler-core): use more concise marker for compiled slots

This commit is contained in:
Evan You
2020-02-12 13:45:35 -05:00
parent 175f8aae8d
commit 1389d7b88c
11 changed files with 40 additions and 40 deletions

View File

@@ -39,7 +39,7 @@ describe('ssr: scopeId', () => {
]
}
},
_compiled: true
_: 1
}, _parent))
}"
`)
@@ -67,7 +67,7 @@ describe('ssr: scopeId', () => {
]
}
},
_compiled: true
_: 1
}, _parent))
}"
`)
@@ -100,7 +100,7 @@ describe('ssr: scopeId', () => {
]
}
},
_compiled: true
_: 1
}, _parent))
} else {
return [
@@ -109,12 +109,12 @@ describe('ssr: scopeId', () => {
default: () => [
_createVNode(\\"span\\")
],
_compiled: true
_: 1
})
]
}
},
_compiled: true
_: 1
}, _parent))
}"
`)