feat(compiler): basic v-bind & v-on transforms
This commit is contained in:
@@ -842,7 +842,13 @@ function emitError(
|
||||
loc.offset += offset
|
||||
loc.column += offset
|
||||
}
|
||||
context.options.onError(createCompilerError(code, loc))
|
||||
context.options.onError(
|
||||
createCompilerError(code, {
|
||||
start: loc,
|
||||
end: loc,
|
||||
source: ''
|
||||
})
|
||||
)
|
||||
}
|
||||
|
||||
function isEnd(
|
||||
|
||||
Reference in New Issue
Block a user