Revert "fix: chat realtime update"

This reverts commit 6381a7791ea0451419ffc611bdd2d2824f42c04d.
This commit is contained in:
ThatOneCalculator 2023-01-19 16:30:46 -08:00
parent 475e14c90b
commit ae2fbe14e7

View file

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