1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 10:46:09 +02:00
This commit is contained in:
こぴなたみぽ
2018-02-16 17:22:39 +09:00
parent 4be168ad51
commit fad3132d18
2 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
<template>
<mk-home customize/>
</template>
<script lang="ts">
import Vue from 'vue';
export default Vue.extend({
mounted() {
document.title = 'Misskey - ホームのカスタマイズ';
}
});
</script>