chore: fix snapshot

This commit is contained in:
Evan You 2020-02-27 17:15:51 -05:00
parent 8449a9727c
commit 33ab0f8e0f

View File

@ -20,7 +20,7 @@ Object {
exports[`template errors 1`] = `
Array [
[SyntaxError: Invalid JavaScript expression.],
[SyntaxError: Error parsing JavaScript expression: Unexpected token (1:3)],
[SyntaxError: v-bind is missing expression.],
[SyntaxError: v-model can only be used on <input>, <textarea> and <select> elements.],
]