1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 04:56:12 +02:00
This commit is contained in:
syuilo
2018-02-23 06:17:10 +09:00
parent f17ce23931
commit b3cfe756b0

View File

@@ -44,6 +44,7 @@ export default Vue.extend({
},
mounted() {
document.title = 'Misskey Drive';
document.documentElement.style.background = '#fff';
},
beforeDestroy() {
window.removeEventListener('popstate', this.onPopState);