vue中的input怎么自定义添加属性readonly

vue中的input怎么自定义添加属性readonly,第1张

直接写就行了。

如果需要传入变量,则写成:

<input type="text" v-bind:readonly="readonly"/>

vue中用v-bind:属性名="属性值" 的方式动态设置属性,注意属性值的引号内不要加{{}}

Prop "readonly" is passed to component <Anonymous>, but the declared prop name is "readOnly" 报错


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11815351.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-18
下一篇 2023-05-18

发表评论

登录后才能评论

评论列表(0条)

保存