mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-01 09:09:29 -05:00
fix
This commit is contained in:
parent
a70835cae5
commit
c7382ac7ce
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, watch, onUnmounted, provide, useTemplateRef } from 'vue';
|
||||
import { computed, watch, onUnmounted, provide, ref, useTemplateRef } from 'vue';
|
||||
import * as Misskey from 'misskey-js';
|
||||
import type { BasicTimelineType } from '@/timelines.js';
|
||||
import type { Paging } from '@/components/MkPagination.vue';
|
||||
|
|
Loading…
Add table
Reference in a new issue