Enter content in the input element of the example.
It throws the same error as in prod mode.
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模式下编译后的代码不一致导致的