✨(component): update
This commit is contained in:
parent
8af4ddbf6a
commit
5bfd88a5d4
@ -6,7 +6,17 @@ export default {
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import "./index.less";
|
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";
|
import CarouselItem from "../carouselItem/index.vue";
|
||||||
|
|
||||||
export interface CarouselProps {
|
export interface CarouselProps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user