This commit is contained in:
2026-02-08 09:20:54 +02:00
parent e6a23b542b
commit 15a97ade7e
5 changed files with 56 additions and 37 deletions
+5
View File
@@ -11,9 +11,14 @@
</template>
<script>
import { useTheme } from 'vuetify'
export default {
async created() {
const theme = useTheme()
this.loadUser();
this.lang = this.store.prefs.ui.lang;
theme.change(this.store.prefs.ui.theme);
},
methods: {
}