Closed danieltoorani closed 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
awesome it works perfectly thank you Brock
No problem 😄
I would like to set navLinks: true in fullcalendar, how do I do that in vue-fullcalendar?