We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.1
https://jsbin.com/susulujace/edit?html,output template compiler
Check the console
allow multiline expression on v_model
runner-4.1.8.min.js:1 [Vue warn]: Template compilation error: v-model value must be a valid JavaScript member expression. 1 | <input v-model=" | ^ 2 | toolbar | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 | .model | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4 | ">{{model}} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ at <App>
The text was updated successfully, but these errors were encountered:
feat(compiler-core): v-model multilines exp vuejs#2426
b2f5780
fix vuejs#2426
fix(compiler-core): fix multiline member expression check (#2436)
6d2a1cb
fix #2426
Successfully merging a pull request may close this issue.
Version
3.0.1
Reproduction link
https://jsbin.com/susulujace/edit?html,output
template compiler
Steps to reproduce
Check the console
What is expected?
allow multiline expression on v_model
What is actually happening?
The text was updated successfully, but these errors were encountered: