vue-fullcalendar icon indicating copy to clipboard operation
vue-fullcalendar copied to clipboard

国际化问题i18n

Open selola opened this issue 6 years ago • 0 comments

代码里写的是lang参数,然后文档中写的是locale参数,希望更改一下说明。
code:

lang : { type : String, default : 'en' },

doc:

  1. locale : langague of things like monthNames weekNames and titleFormat. Support same locales than moment.js
    • default : en

selola avatar Aug 28 '18 03:08 selola