mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-12 19:54:13 +02:00
✌️
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import * as config from '../../../../config';
|
||||
|
||||
export default Vue.extend({
|
||||
mounted() {
|
||||
document.title = '%i18n:common.name% %i18n:@reversi%';
|
||||
document.title = `${config.name} %i18n:@reversi%`;
|
||||
document.documentElement.style.background = '#fff';
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user