Skip to content

Commit

Permalink
fix(hook): beforeEach don\'t work, fixed #393
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 15, 2018
1 parent fd14e14 commit 6a09059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/render/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function renderMixin (proto) {
prerenderEmbed(
{
compiler: this.compiler,
raw: text
raw: result
},
tokens => {
html = this.compiler.compile(tokens)
Expand Down

0 comments on commit 6a09059

Please # to comment.