bundling v2 themes works

This commit is contained in:
Henry Jameson 2018-11-22 04:37:49 +03:00
parent 324aadb7c1
commit 631b8433c0
3 changed files with 232 additions and 4 deletions

View file

@ -447,6 +447,8 @@ export default {
this.cGreenColorLocal = this.selected[6]
this.cBlueColorLocal = this.selected[7]
this.cOrangeColorLocal = this.selected[8]
} else if (this.selectedVersion >= 2) {
this.normalizeLocalState(this.selected.theme, 2)
}
}
}