2021
03-02
03-02
vue 使用 v-model 双向绑定父子组件的值遇见的问题及解决方案
场景今天在使用v-model进行组件双向数据绑定的时候遇到了一个奇怪的问题,网页本身运行正常,浏览器一直出现警告信息。[Vuewarn]:Avoidmutatingapropdirectlysincethevaluewillbeoverwrittenwhenevertheparentcomponentre-renders.Instead,useadataorcomputedpropertybasedontheprop'svalue.Propbeingmutated:"value"引发这个警告的是一个自定义组件RxSelectVue.component("RxSelect",{mode...
继续阅读 >