UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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