Blame view

src/main/webapp/libs/element-vue/packages/time-picker/index.js 206 Bytes
caiyongsong committed
1 2 3 4 5 6 7 8
import TimePicker from '../date-picker/src/picker/time-picker';

/* istanbul ignore next */
TimePicker.install = function(Vue) {
  Vue.component(TimePicker.name, TimePicker);
};

export default TimePicker;