mpvue-calendar icon indicating copy to clipboard operation
mpvue-calendar copied to clipboard

📅 A calendar component for vue3.0. Support gesture sliding, range selection, according to the week switch...

Results 57 mpvue-calendar issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/29380798/85944596-86f38680-b96a-11ea-8929-60d7d83c1b64.png) 移动端的浏览器中渲染日历插件,在切换了月份之后会出现这种样式出差的情况,看了一下源码,月份切换显示只有px跟rpx两个单位导致了该问题的发生

请问有没有 uniapp 版本

就是如果1月份的最后一天是周3,周三后面就是空白的,但是再次点击下一个icon的时候,在从周四显示2月份的第一天?这样怎么搞?

![微信图片_20191217184842](https://user-images.githubusercontent.com/34698384/70989049-e5a79000-20fd-11ea-9674-9f3badc82fdc.png)

开发工具上倒是流畅,一预览到手机上就不行了,明显不跟手 手机:小米mix2

当使用disabled和tileContent时,watchRender函数会跑两次,days会两次重新赋值。导致渲染有问题

![1567513470(1)](https://user-images.githubusercontent.com/40062515/64173010-de2ee480-ce88-11e9-9867-e83e4328eb43.png) 在iphone5 的移动端网页页面样式不能自适应(iphone5页面宽为320px)

![image](https://user-images.githubusercontent.com/33292427/61428112-60a02b00-a953-11e9-8d25-1857809f96e2.png) events的对象里就像这样有两个同一天内但是不同的event,点击这一天只返回后面的那个event,如果可以的话当然希望能返回一个数组,不过也可以用'date': [ event1, event2]这样的方式绕过去

您好,请教一下 周选模式下 每行日期开头以今天日期为第一个开始怎么实现?