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 9bbb54b commit deb8f44Copy full SHA for deb8f44
lib/template-compiler.js
@@ -66,7 +66,7 @@ module.exports = function (html) {
66
if (compiled.errors.length) {
67
var self = this
68
compiled.errors.forEach(function (err) {
69
- self.emitError('template syntax error ' + err)
+ self.emitError('\n Vue template syntax error:\n\n ' + err + '\n')
70
})
71
code = 'module.exports={render:function(){},staticRenderFns:[]}'
72
} else {
0 commit comments