UNPKG

atui

Version:

components built with Vue.js

27 lines (20 loc) 296 B
--- order: 1 title: zh-CN: 禁用状态 en-US: Type --- ## zh-CN 通过添加disabled属性来禁用组件 ## en-US ````jsx <date-picker style="width: 219px" disabled></date-picker> ```` ````vue-script new Vue({ el: 'body', components: { datePicker: atui.DatePicker } }) ````