UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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