Hotfix: Select current theme swatch
This commit is contained in:
parent
d6fd01d210
commit
b14e475db0
1 changed files with 1 additions and 0 deletions
|
|
@ -654,6 +654,7 @@ export default {
|
|||
},
|
||||
|
||||
beforeMount() {
|
||||
this.settings.THEME_CLASS = document.documentElement.className
|
||||
this.settings.THEME_COLOR = this.getActiveColor()
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue