fix: chat realtime update

This commit is contained in:
cutestnekoaqua 2023-01-12 22:45:05 +01:00
parent eb129046fe
commit 0dab82ff57

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';