vue-fullcalendar icon indicating copy to clipboard operation
vue-fullcalendar copied to clipboard

vue calendar fullCalendar. no jquery required. Schedule events management

Results 99 vue-fullcalendar issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/21190726/34772504-11c7ba1c-f643-11e7-90a0-94222d2a6ba3.png) ![image](https://user-images.githubusercontent.com/21190726/34772479-faa31c96-f642-11e7-83b8-82903f12207a.png) 我点击日历没有效果什么原因呀

Calendar while changing months throws some logs with current date on default. It is not looking encouragingly...

因为readme已经‘年久失修‘,很多功能都实现不了 官网已经移除了$dispatch, 所以文档里获取事件的方法已经没用了,因为这日历帮了我挺大的一个忙,所以过来提下问题,希望作者能再改进一下。 //下面是示例 ```html ``` ```javascript methods: { a(data,day,js){ console.log(data); //可以在这里显示或者隐藏事件 data.isShow=false } ``` 显示隐藏事件的前提要在数据中定义一个isShow ```javascript fcEvents : [ { title : 'Sunny Out of Office', start : new...

vue2.0中不是将$dispatch 废弃了吗,我改怎样跳转到指定时间?

changeMonth has three params. They are start, end, current. The values of param start and param end are wrong. I console these values like below: console.log('changeMonth' + "==" + start...