diff options
| -rw-r--r-- | src/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ export default { logo () { return this.$store.state.instance.logo }, bgStyle () { return { + '--body-background-image': `url(${this.background})`, 'background-image': `url(${this.background})` } }, |
