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

@ -29,7 +29,6 @@
<script lang="ts">
import Vue from 'vue';
import * as anime from 'animejs';
import getAcct from '../../../../../acct/render';
import parseAcct from '../../../../../acct/parse';
export default Vue.extend({
@ -41,8 +40,7 @@ export default Vue.extend({
},
data() {
return {
u: null,
getAcct
u: null
};
},
mounted() {