forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
f6d27dd17d
commit
281aed2797
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default Vue.extend({
|
|||
},
|
||||
mounted() {
|
||||
document.title = 'Oops!';
|
||||
document.documentElement.style.background = '#f8f8f8';
|
||||
document.documentElement.style.setProperty('background', '#f8f8f8', 'important');
|
||||
},
|
||||
methods: {
|
||||
reload() {
|
||||
|
|
Loading…
Reference in a new issue