This commit is contained in:
syuilo
2018-04-09 19:18:15 +09:00
parent 47fc8f63be
commit 2560d3d1c1
12 changed files with 20 additions and 48 deletions

View File

@@ -43,7 +43,6 @@
<script lang="ts">
import Vue from 'vue';
import { docsUrl, copyright, lang } from '../../../config';
import getAcct from '../../../../../acct/render';
const shares = [
'Everything!',
@@ -98,7 +97,6 @@ export default Vue.extend({
clearInterval(this.clock);
},
methods: {
getAcct,
signup() {
this.$modal.show('signup');
},