CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

How do I get navLinks working in vue-fullcalendar? #36

Closed danieltoorani closed 7 years ago

danieltoorani commented 7 years ago

I would like to set navLinks: true in fullcalendar, how do I do that in vue-fullcalendar?

BrockReece commented 7 years ago

Hi @randymoss94,

You can use the config prop to pass additional settings to fullcalendar, something like this should work...

<full-calendar :config="{navLinks: true}" />

Cheers Brock

danieltoorani commented 7 years ago

awesome it works perfectly thank you Brock

BrockReece commented 7 years ago

No problem 😄