Revert "fix: chat realtime update"

This reverts commit 6381a7791e.
This commit is contained in:
ThatOneCalculator 2023-01-19 16:30:46 -08:00
parent 5ed747fa88
commit 56ff9ca223
No known key found for this signature in database
GPG key ID: 8703CACD01000000

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