1.0.1 • Published 1 year ago

customcalendar-ui v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install customcalendar-ui

引入

import customCalendar from 'customcalendar-ui' import 'customcalendar-ui/customCalendar-ui.css'

全局注册

Vue.use(customCalendar)

页面使用

<customCalendar :dateToolsKey="2" :trainDateList="trainDateList" :trainDateFullList="currentYearMonthDay" ref="topDateTools2" @selectDay="selectDay"

参数描述

trainDateList 默认选中的日期 类型例 ‘20230512’ currentYearMonthDay 当天日期显示 为 今天 列 ‘20230516’ selectDay 接收函数 返回值年月日 20231212

1.0.1

1 year ago

1.0.0

1 year ago