diff --git a/examples/full-calendar.js b/examples/full-calendar.js index 2cf7ed64..6c471153 100644 --- a/examples/full-calendar.js +++ b/examples/full-calendar.js @@ -10,8 +10,8 @@ import Select from 'rc-select'; import zhCN from 'rc-calendar/src/locale/zh_CN'; import enUS from 'rc-calendar/src/locale/en_US'; - import moment from 'moment'; + import 'moment/locale/zh-cn'; import 'moment/locale/en-gb'; @@ -37,6 +37,10 @@ class Demo extends React.Component { type: 'month', }; + componentWillMount() { + document.title = 'RC Full Calendar'; + } + onTypeChange = (type) => { this.setState({ type,