UNPKG

iview

Version:

A high quality UI components Library with Vue.js

26 lines 518 B
export default { props: { disabledHours: { type: Array, default () { return []; } }, disabledMinutes: { type: Array, default () { return []; } }, disabledSeconds: { type: Array, default () { return []; } }, hideDisabledOptions: { type: Boolean, default: false } } };