Fix bug
This commit is contained in:
parent
47fc8f63be
commit
2560d3d1c1
12 changed files with 20 additions and 48 deletions
|
|
@ -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');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue