Skip to content

Commit 6a09059

Browse files
committed
fix(hook): beforeEach don\'t work, fixed #393
1 parent fd14e14 commit 6a09059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export function renderMixin (proto) {
142142
prerenderEmbed(
143143
{
144144
compiler: this.compiler,
145-
raw: text
145+
raw: result
146146
},
147147
tokens => {
148148
html = this.compiler.compile(tokens)

0 commit comments

Comments
 (0)