vue-fullcalendar
vue-fullcalendar copied to clipboard
国际化问题i18n
代码里写的是lang参数,然后文档中写的是locale参数,希望更改一下说明。
code:
lang : { type : String, default : 'en' },
doc:
- locale : langague of things like monthNames weekNames and titleFormat. Support same locales than moment.js
- default : en