mirror of https://github.com/Lissy93/dashy.git
🐛 Re: #127 - Fixes translation not loading
This commit is contained in:
parent
6f8ab4a251
commit
f034349659
|
@ -53,7 +53,7 @@ export default {
|
|||
password: '',
|
||||
message: '',
|
||||
status: 'waiting', // wating, error, success
|
||||
timeout: { label: this.$t('login.remember-me-never'), time: 0 },
|
||||
timeout: undefined,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
@ -106,6 +106,7 @@ export default {
|
|||
},
|
||||
created() {
|
||||
this.setTheme();
|
||||
setTimeout(() => { this.timeout = this.dropDownMenu[0]; }, 1); //eslint-disable-line
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue