Update messaging-room.vue

This commit is contained in:
syuilo 2018-05-24 09:00:02 +09:00 committed by GitHub
parent 96c42264be
commit c2538d9e90

View file

@ -34,6 +34,7 @@ export default Vue.extend({
}, },
beforeDestroy() { beforeDestroy() {
document.documentElement.style.removeProperty('background'); document.documentElement.style.removeProperty('background');
document.documentElement.style.removeProperty('background-color'); // for safari's bug
this.unwatchDarkmode(); this.unwatchDarkmode();
}, },
methods: { methods: {