diff --git a/src/index.js b/src/index.js index 799bb3a3f..439a392f9 100644 --- a/src/index.js +++ b/src/index.js @@ -76,7 +76,7 @@ const parseDate = (cfg) => { class Dayjs { constructor(cfg) { - this.$L = this.$L || parseLocale(cfg.locale, null, true) + this.$L = parseLocale(cfg.locale, null, true) this.parse(cfg) // for plugin }