vue禁用

常见禁用

文件禁用
:isDisabled="true"
文本只读
:readOnly = "true"
下拉选择/时间选择
:open="false"
:allowclear="false"

你可能感兴趣的:(vue.js)