mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-12 16:24:04 +02:00
[Client] Fix bug
This commit is contained in:
@@ -15,7 +15,7 @@ export default Vue.extend({
|
||||
XReversi: () => import('../../../../common/views/components/games/reversi/reversi.vue')
|
||||
},
|
||||
mounted() {
|
||||
document.title = `${this.$root.os.instanceName} %i18n:@reversi%`;
|
||||
document.title = `${this.$root.instanceName} %i18n:@reversi%`;
|
||||
},
|
||||
methods: {
|
||||
nav(game, actualNav) {
|
||||
|
||||
Reference in New Issue
Block a user