This commit is contained in:
syuilo
2020-07-24 03:15:32 +09:00
parent 6499314cb9
commit 7e9cee85b3
223 changed files with 454 additions and 443 deletions

View File

@@ -199,7 +199,7 @@
</template>
<script lang="ts">
import Vue from 'vue';
import { defineComponent } from 'vue';
import { faPencilAlt, faShareAlt, faGhost, faCog, faPlus, faCloud, faInfoCircle, faBan, faSave, faServer, faLink, faThumbtack, faUser, faShieldAlt, faKey, faBolt } from '@fortawesome/free-solid-svg-icons';
import { faTrashAlt, faEnvelope } from '@fortawesome/free-regular-svg-icons';
import { faTwitter, faDiscord, faGithub } from '@fortawesome/free-brands-svg-icons';
@@ -212,7 +212,7 @@ import MkUserSelect from '../../components/user-select.vue';
import { url } from '../../config';
import getAcct from '../../../misc/acct/render';
export default Vue.extend({
export default defineComponent({
metaInfo() {
return {
title: this.$t('instance') as string