Skip to content

Commit

Permalink
fix: should return the parse result in the compiler-sfc-shim (#5576)
Browse files Browse the repository at this point in the history
Fixes #5574
  • Loading branch information
sodatea committed Jun 12, 2020
1 parent d9453e8 commit 9c01dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@vue/cli-plugin-typescript/vue-compiler-sfc-shim.js
Expand Up @@ -10,5 +10,7 @@ module.exports = {
if (script) {
script.start = script.loc.start.offset
}

return result
}
}

0 comments on commit 9c01dad

Please sign in to comment.