1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00
This commit is contained in:
syuilo 2018-06-15 19:58:04 +09:00
parent 392cb1ba89
commit 07265f594b

View file

@ -47,7 +47,7 @@
<script lang="ts">
import Vue from 'vue';
import { host, copyright, welcomeBgUrl } from '../../../config';
import { host, name, description, copyright, welcomeBgUrl } from '../../../config';
export default Vue.extend({
data() {
@ -55,7 +55,9 @@ export default Vue.extend({
stats: null,
copyright,
welcomeBgUrl,
host
host,
name,
description
};
},
created() {