更新 calendar-dropdown-view.js

This commit is contained in:
钟进 2020-07-10 14:34:30 +00:00
parent b63e0d0a51
commit fc94d7bafc

View File

@ -4,6 +4,8 @@ var $ = require('jquery');
var moment = require('moment');
var template = require('./calendar-dropdown.tpl');
require('moment/locale/zh-cn');
/**
* Dropdown for a calendar selector.
* Uses the DatePicker plugin internally to render the calendar and view behaviour.