Continue work on new frontpage.

This commit is contained in:
James Cole
2021-01-26 19:57:20 +01:00
parent ccaf9d31a6
commit fdb74a3dcd
38 changed files with 493 additions and 121 deletions

View File

@@ -64,7 +64,7 @@ export default {
locale: 'en-US'
}
},
mounted() {
created() {
this.locale = localStorage.locale ?? 'en-US';
},
methods: {