mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "fix: chat realtime update"
This reverts commit 6381a7791ea0451419ffc611bdd2d2824f42c04d.
This commit is contained in:
parent
475e14c90b
commit
ae2fbe14e7
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue