We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b502b2 commit 0ba79ffCopy full SHA for 0ba79ff
packages/vue-component/plugin/utils.js
@@ -195,11 +195,12 @@ throwCompileError = function throwCompileError (options) {
195
})
196
}
197
198
+ console.error(output)
199
+
200
const err = new TemplatingTools.CompileError()
201
err.message = output
202
err.file = file
203
err.line = lineNumber
- console.error(err)
204
throw err
205
206
0 commit comments