This commit is contained in:
tamaina 2022-04-27 20:22:44 +09:00
parent b6109b229d
commit 8db5a14335
2 changed files with 5 additions and 4 deletions

View file

@ -125,7 +125,7 @@
<script lang="ts">
import { defineComponent, defineAsyncComponent, computed } from 'vue';
import * as age from 's-age';
import age from 's-age';
import XUserTimeline from './index.timeline.vue';
import XNote from '@/components/note.vue';
import MkFollowButton from '@/components/follow-button.vue';