公告板
版本库
filestore
活动
搜索
登录
张晓旭
/
zhihuigonghui-front
智慧工会小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
智慧工会细节
zhangxiaoxu123456
2021-12-20
301289e539c417995f95f5cb91fd1f6043bb7cfd
[~zhangxiaoxu/zhihuigonghui-front.git]
/
node_modules
/
moment
/
src
/
lib
/
moment
/
creation-data.js
1
2
3
4
5
6
7
8
9
export function creationData() {
return {
input: this._i,
format: this._f,
locale: this._locale,
isUTC: this._isUTC,
strict: this._strict,
};
}