i18n refactoring, locale loaders, custom strings, fix #231
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
activated() {
|
||||
if (this.$fetchState.timestamp <= Date.now() - 60000) {
|
||||
this.$fetch();
|
||||
this.$fetch()
|
||||
}
|
||||
},
|
||||
data ({ $store }) {
|
||||
|
||||
Reference in New Issue
Block a user