UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 187 B
import DateTimePicker from './date-time-picker.vue'; DateTimePicker.install = function (Vue) { Vue.component(DateTimePicker.name, DateTimePicker); }; export default DateTimePicker;