UNPKG

ppui

Version:

A high quality UI components Library with Vue.js

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