mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 10:46:09 +02:00
wip
This commit is contained in:
12
src/web/app/desktop/views/pages/home-custmize.vue
Normal file
12
src/web/app/desktop/views/pages/home-custmize.vue
Normal 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>
|
||||
Reference in New Issue
Block a user