UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

10 lines 366 B
import TimePicker, { TimeRangePicker } from "ant-design-vue/es/time-picker/dayjs"; TimePicker.name = 'JTimePicker'; TimeRangePicker.name = 'JTimeRangePicker'; TimePicker.install = function (app) { app.component('JTimePicker', TimePicker); app.component('JTimeRangePicker', TimeRangePicker); return app; }; export default TimePicker; export { TimeRangePicker };