🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
#组件名:LiveCalendar(直播日历组件) ### 作者:龚毓粼 ### 效果: ![](https://img.kancloud.cn/ef/74/ef7401fea8b224225f6c3afde3f6203d_1016x912.png) ## 使用方式: ``` import LiveCalendar from './datepicker/Live-calendar.vue' <!-- 在对应页面使用 --> <LiveCalendar :activeList="activeList" :calendarData="calendarData" @clickMonth="clickMonth" @getActiveList="getActiveList"></LiveCalendar> ``` ### 说明: 使用时,组件内调用接口,需要根据项目修改 ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | activeList| 直播列表数据| Array| [] | 是 | | | calendarData| 直播时间| String| new Date() | 是 | |