fix: chat realtime update

This commit is contained in:
cutestnekoaqua 2023-01-12 22:45:05 +01:00
parent 529ba76e6c
commit 6381a7791e
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -37,7 +37,7 @@
</template>
<script lang="ts" setup>
import { markRaw, onMounted, onUnmounted, watch, ref } from 'vue';
import { markRaw, onMounted, onUnmounted, watch } from 'vue';
import * as Acct from 'calckey-js/built/acct';
import { Virtual } from 'swiper';
import { Swiper, SwiperSlide } from 'swiper/vue';