mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:13:09 +02:00
テーマの管理が動いていない問題を修正
This commit is contained in:
parent
5c490e7521
commit
33b0c87fb1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default defineComponent({
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
themes(): Theme[] {
|
themes(): Theme[] {
|
||||||
return this.builtinThemes.concat(this.installedThemes.value);
|
return this.builtinThemes.concat(this.installedThemes);
|
||||||
},
|
},
|
||||||
|
|
||||||
selectedTheme() {
|
selectedTheme() {
|
||||||
|
|
Loading…
Reference in a new issue