TangSY / vue-hash-calendar

vue移动端日期、时间选择插件(支持农历/节假日),日期选择面板以日历形式展示。上下滑动切换周/月模式。支持快速切换年份和月份。支持两种模式:1,月模式,左右滑动切换月份。2、周模式,左右滑动切换周。
https://www.hxkj.vip/demo/calendar/
MIT License
315 stars 75 forks source link

请问下,能否添加一个周视图的收折与展开按钮 #27

Closed CloudHe1988 closed 4 years ago

CloudHe1988 commented 4 years ago

请问下,能否添加一个周视图的收折与展开按钮 其他功能已经很完善了,就是开起周视图后,缺个提示用户可展开的按钮,这块看了下也没插槽,不知大佬能否抽空加下

TangSY commented 4 years ago

有道理,稍后加

------------------ 原始邮件 ------------------ 发件人: "CloudHe1988"<notifications@github.com>; 发送时间: 2020年7月22日(星期三) 中午11:35 收件人: "TangSY/vue-hash-calendar"<vue-hash-calendar@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [TangSY/vue-hash-calendar] 请问下,能否添加一个周视图的收折与展开按钮 (#27)

请问下,能否添加一个周视图的收折与展开按钮 其他功能已经很完善了,就是开起周视图后,缺个提示用户可展开的按钮,这块看了下也没插槽,不知大佬能否抽空加下

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TangSY commented 4 years ago

突然发现,组件可以不用加,你可以使用的时候,在日历下方直接添加一个类似的按钮就可以了,可以通过修改 isShowWeekView 的值来控制周视图的收折与展开

TangSY commented 4 years ago

已添加 isShowArrow 属性,控制 是否显示周月切换时的指示箭头。 已添加 arrow 插槽,用于 自定义周月切换时的指示箭头。 v1.2.21 版本已更新该功能,具体使用发放可参考文档

starlet0822 commented 3 years ago

isShowArrow 苹果手机无效?