Skip to content

Commit 9c01dad

Browse files
authored
fix: should return the parse result in the compiler-sfc-shim (#5576)
Fixes #5574
1 parent d9453e8 commit 9c01dad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@vue/cli-plugin-typescript/vue-compiler-sfc-shim.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ module.exports = {
1010
if (script) {
1111
script.start = script.loc.start.offset
1212
}
13+
14+
return result
1315
}
1416
}

0 commit comments

Comments
 (0)