UNPKG

lh-chs-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 177 B
import DateSelect from './src/index' /* istanbul ignore next */ DateSelect.install = function (Vue) { Vue.component(DateSelect.name, DateSelect) } export default DateSelect