diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-03 15:32:24 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-03 15:32:24 -0500 |
| commit | ee694d62eb34b825bccf4d0a6cbb299c6bde2a6e (patch) | |
| tree | 469a2562860651e129e500a3362bab0da4f02c7b /src/App.js | |
| parent | 7115584882f4fde67d248fa61611dbe579a41b9f (diff) | |
Fix fixed background issue
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -66,9 +66,8 @@ export default { }) }, logo () { return this.$store.state.instance.logo }, - style () { + bgStyle () { return { - '--body-background-image': `url(${this.background})`, 'background-image': `url(${this.background})` } }, |
