UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 156 B
import TimePicker from './time-picker.vue'; TimePicker.install = (Vue) => { Vue.component(TimePicker.name, TimePicker); }; export default TimePicker;