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
[Vue warn]: Template compilation error: v-model value must be a valid JavaScript member expression.
1 | <input v-model="
| ^
2 | model
| ^^^^^
3 | ">{{model}}
at <App>
Prettier breaks long/deeply nested expressions for models, as mentioned here: prettier/prettier#5384
Version
3.0.0-beta.14
Reproduction link
https://jsbin.com/jalezex/edit?html,output
Steps to reproduce
Check the console.
What is expected?
To work
What is actually happening?
It throws
Prettier breaks long/deeply nested expressions for models, as mentioned here: prettier/prettier#5384
The same issue for Vue 2 (vuejs/vue#9183) has been fixed in Vue 2.5.21 by vuejs/vue#9184.
The text was updated successfully, but these errors were encountered: