Wei Zhu
7 years ago
committed by
GitHub
143 changed files with 205 additions and 233 deletions
@ -0,0 +1,5 @@ |
|||
// https://github.com/moment/moment/issues/3650
|
|||
|
|||
export default function callMoment(moment, ...args) { |
|||
return (moment.default || moment)(...args); |
|||
} |
@ -1,5 +1,5 @@ |
|||
import defaultLocale from './default'; |
|||
import moment from 'moment'; |
|||
import * as moment from 'moment'; |
|||
moment.locale('en'); |
|||
|
|||
export default defaultLocale; |
|||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue