Merge branch 'fix-themes-select' into shigusegubu
* fix-themes-select: Fixed mergedConfig misbehaving on first boot lint
This commit is contained in:
commit
7ab5a1c8f8
2 changed files with 3 additions and 2 deletions
|
|
@ -745,7 +745,7 @@ export default {
|
|||
console.warn(e)
|
||||
}
|
||||
},
|
||||
selected() {
|
||||
selected () {
|
||||
this.selectedTheme = Object.entries(this.availableStyles).find(([k, s]) => {
|
||||
if (Array.isArray(s)) {
|
||||
console.log(s[0] === this.selected, this.selected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue