fix: 🚑 fix ref
This commit is contained in:
parent
2451dc0c23
commit
37b7c4485c
|
@ -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",
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue