You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation fails, with an error that looks like this:
SyntaxError: Unterminated string constant (3:142)
at Parser.pp$4.raise (/node_modules/vue-template-es2015-compiler/buble.js:2610:13)
at Parser.pp$8.readString (/node_modules/vue-template-es2015-compiler/buble.js:3436:35)
at Parser.pp$8.getTokenFromCode (/node_modules/vue-template-es2015-compiler/buble.js:3220:17)
Note that this only applies when setting v-model on a custom component (not a string-element, e.g. <input>).
The text was updated successfully, but these errors were encountered:
Version
2.5.19
Reproduction link
https://codesandbox.io/s/88633ym7y0
Steps to reproduce
See below.
What is expected?
This should compile, and behave identically to the single-line version:
What is actually happening?
Compilation fails, with an error that looks like this:
Note that this only applies when setting v-model on a custom component (not a string-element, e.g.
<input>
).The text was updated successfully, but these errors were encountered: