Revert a change which can break the theme preview
This commit is contained in:
parent
ee694d62eb
commit
0483f1d636
@ -68,6 +68,7 @@ export default {
|
|||||||
logo () { return this.$store.state.instance.logo },
|
logo () { return this.$store.state.instance.logo },
|
||||||
bgStyle () {
|
bgStyle () {
|
||||||
return {
|
return {
|
||||||
|
'--body-background-image': `url(${this.background})`,
|
||||||
'background-image': `url(${this.background})`
|
'background-image': `url(${this.background})`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user