Avoid adding reactive properties to a Vue instance or its root $data at runtime
原创
2024-7-22
10:24
编辑于
2024-7-22
10:28
项目配置:vue 2.7 + vite
在使用vue 2.7 的 组合式 API 在开发中发现在 输入框输入时一直报错
最后排除发现是因为 ref 的值和 v-model 绑定的值重名了。
即使 ref 没有申明,也没有使用,也会报错。去掉ref,或者不重名即可。
转载请注明出处。本文地址:
https://www.qinshenxue.com/article/avoid-adding-reactive-properties-to-a-vue-instance.html
关注我的公众号