Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

fc-event-card的slot无效 #123

Closed CatMLily closed 5 years ago

CatMLily commented 5 years ago

<div class="fly_calendar" > <full-calendar :events="fcEvents" @eventClick="viewDetail" lang="zh"> <div slot="fc-event-card">test</div> </full-calendar> 这里的'fc-event-card'的slot无效

CatMLily commented 5 years ago

resolved by https://github.com/Wanderxx/vue-fullcalendar/issues/52 due to the published version is too old.