(component): update

This commit is contained in:
就眠儀式 2022-10-15 08:59:30 +08:00
parent 8af4ddbf6a
commit 5bfd88a5d4
2 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,17 @@ export default {
<script setup lang="ts">
import "./index.less";
import { withDefaults, provide, useSlots, ref, computed, VNode, Ref, Component, watch } from "vue";
import {
withDefaults,
provide,
useSlots,
ref,
computed,
VNode,
Ref,
Component,
watch,
} from "vue";
import CarouselItem from "../carouselItem/index.vue";
export interface CarouselProps {