Refactor API requests and update component imports
This commit is contained in:
@ -43,7 +43,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, PropType, watch, nextTick } from 'vue'
|
||||
import type { PropType} from 'vue'
|
||||
import { ref, watch, nextTick } from 'vue'
|
||||
// @ts-ignore
|
||||
import { Swiper, SwiperSlide } from 'swiper/vue'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user