Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9k
Labels
Description
Vue version
3.4.31
Link to minimal reproduction
Steps to reproduce
Enter content in the input element of the example.
What is expected?
It throws the same error as in prod mode.
What is actually happening?
When in dev mode, modifying constants declared with const using v-model does not result in an error.
##了解中文可以看这里- 使用 const 声明常量- 在input元素上使用v-model绑定这个常量- 在 input 元素中输入内容(正常应该报错)初步判断是由于dev模式和prod模式下编译后的代码不一致导致的
System Info
No response
Any additional comments?
No response