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

I wants to set a button on day cell to create new event in my vue.js app. can you suggest me how can i do that ?

basically i want to select start date and end date from database and then by using these values i want to build new event but its not working when i...

Hello, Just to tell you that your demo page is broken, NaN everywhere and no event + no filter

这两个功能是怎么实现的额?按照api添加slot实现不了额?

Please, remove all console logs from your code, tks 😃

看了看源码 在FullCalendar.vue文件中: emitMoreClick (day, events, jsEvent) { this.$emit('moreClick', day, event, jsEvent) } this.$emit('moreClick', day, event, jsEvent) 应该为 this.$emit('moreClick', day, events, jsEvent)

Is everything working on this branch?

ERROR in ./demo/main.js Module build failed: SyntaxError: E:\workspace\package.json: Error while parsing JSON - Unexpected token } in JSON at position 1943 at Object.parse (native) at ConfigChainBuilder.addConfig (E:\workspace\vue-fullcalendar -master\node_modules\babel-core\lib\transformation\file\options\build-config-cha in.js:150:65) at...