TangSY / vue-hash-calendar

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

isShowWeekView #75

Closed bemzhao closed 2 years ago

bemzhao commented 2 years ago

非常感谢作者分享这个日历组件

目前业务中有个场景是要默认显示周视图的,我在文档上找到可以传入 isShowWeekView 来实现

但实际上并没有出现预期的效果

我在 codesandbox 上复现了这个问题

image

https://codesandbox.io/s/gracious-dream-d7wi2?file=/src/components/HelloWorld.vue

bemzhao commented 2 years ago

如果我传入一个字符串 “true” 就能达到预期的效果,但我知道类型检查会告诉我该传入一个 Boolean 值..

TangSY commented 2 years ago

time_show 初始值改为 true

TangSY commented 2 years ago

当 model 为 inline 时,visible 的值必须为 true