UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 161 B
import DatePicker from './datePicker.vue'; DatePicker.install = function (Vue) { Vue.component(DatePicker.name, DatePicker); }; export default DatePicker;