🎨
This commit is contained in:
parent
b8b4991a46
commit
25dd19dd8c
6 changed files with 19 additions and 29 deletions
|
|
@ -44,7 +44,6 @@ export default Vue.extend({
|
|||
},
|
||||
mounted() {
|
||||
document.title = `${(this as any).os.instanceName} Drive`;
|
||||
document.documentElement.style.background = '#fff';
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('popstate', this.onPopState);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ import Vue from 'vue';
|
|||
export default Vue.extend({
|
||||
mounted() {
|
||||
document.title = `${(this as any).os.instanceName} %i18n:@reversi%`;
|
||||
document.documentElement.style.background = '#fff';
|
||||
},
|
||||
methods: {
|
||||
nav(game, actualNav) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue