Closed George2215 closed 6 years ago
How are you passing these objects into the component?
<full-calendar :events="events"
:config="config"
:header="header"
:views="views"
:defaultView="defaultView"
@day-click="dayClick"
@event-selected="eventSelected"
>
</full-calendar>
views
isn't a prop, you will have to pass it through the custom config prop
thank you so much, solved...
I can not customize the text of the buttons, I appreciate your orientation
the button listWeek and listDay always shown "list"
this my code: