This commit is contained in:
icssoa
2025-08-12 14:30:20 +08:00
parent 93be8d8b5d
commit b04cfb0066
2 changed files with 12 additions and 4 deletions

View File

@@ -81,7 +81,7 @@
</template>
<script setup lang="ts">
import { computed, nextTick, onMounted, ref, watch, type PropType } from "vue";
import { computed, nextTick, ref, watch, type PropType } from "vue";
import type { ClInputType, PassThroughProps } from "../../types";
import { isDark, parseClass, parsePt } from "@/cool";
import type { ClIconProps } from "../cl-icon/props";