resolves #29
This commit is contained in:
@@ -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: {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user