UNPKG

zk-desktop-ui

Version:

ZKTeco UI Components

9 lines (6 loc) 197 B
import DatePicker from './src/picker/date-picker' /* istanbul ignore next */ DatePicker.install = function install(Vue) { Vue.component(DatePicker.name, DatePicker) } export default DatePicker