This commit is contained in:
syuilo 2018-05-21 20:54:52 +09:00
parent f6d27dd17d
commit 281aed2797

View file

@ -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() {