diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-03 20:12:22 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-03 20:12:22 -0500 |
| commit | 0483f1d6365d8a2b4f847bdc412831b29e5541da (patch) | |
| tree | 49f13d229c1e721d6679489c723f61ba5bafb169 /src | |
| parent | ee694d62eb34b825bccf4d0a6cbb299c6bde2a6e (diff) | |
Revert a change which can break the theme preview
Diffstat (limited to 'src')
| -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})` } }, |
