如果需要传入变量,则写成:
<input type="text" v-bind:readonly="readonly"/>
vue中用v-bind:属性名="属性值" 的方式动态设置属性,注意属性值的引号内不要加{{}}
Prop "readonly" is passed to component <Anonymous>, but the declared prop name is "readOnly" 报错欢迎分享,转载请注明来源:内存溢出
如果需要传入变量,则写成:
<input type="text" v-bind:readonly="readonly"/>
vue中用v-bind:属性名="属性值" 的方式动态设置属性,注意属性值的引号内不要加{{}}
Prop "readonly" is passed to component <Anonymous>, but the declared prop name is "readOnly" 报错欢迎分享,转载请注明来源:内存溢出
评论列表(0条)