fix: 🚑 fix ref

This commit is contained in:
ThatOneCalculator 2022-09-05 15:55:28 -07:00
parent 2451dc0c23
commit 37b7c4485c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.118.1-calc.2-beta.2-rc.4",
"version": "12.118.1-calc.2-beta.2-rc.5",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -64,7 +64,7 @@
</template>
<script lang="ts" setup>
import { defineAsyncComponent, computed, watch } from 'vue';
import { defineAsyncComponent, computed, watch, ref } from 'vue';
import { Pagination, Virtual } from 'swiper';
import { Swiper, SwiperSlide } from 'swiper/vue';
import XTimeline from '@/components/MkTimeline.vue';