We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e7bdf commit 041c17aCopy full SHA for 041c17a
packages/create-instance/create-render-slot.js
@@ -10,7 +10,7 @@ function createVNodes (
10
slotValue: Component | string
11
): ?Array<VNode> {
12
if (typeof slotValue === 'string') {
13
- const compiledResult = compileToFunctions(`<div>${slotValue}{{ }}</div>`)
+ const compiledResult = compileToFunctions(`<div>${slotValue}</div>`)
14
const _staticRenderFns = vm._renderProxy.$options.staticRenderFns
15
vm._renderProxy.$options.staticRenderFns = compiledResult.staticRenderFns
16
const vnodes = compiledResult.render.call(
0 commit comments