minor
This commit is contained in:
@@ -24,8 +24,6 @@ export default {
|
|||||||
computed: mapState(['settings']),
|
computed: mapState(['settings']),
|
||||||
created () {
|
created () {
|
||||||
this.$vuetify.theme.dark = this.settings['theme.is_dark']
|
this.$vuetify.theme.dark = this.settings['theme.is_dark']
|
||||||
this.$vuetify.theme.themes.dark.primary = this.settings['theme.primary']
|
|
||||||
this.$vuetify.theme.themes.light.primary = this.settings['theme.primary']
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user