摘要: 组件定义: <!-- 展开收起 组件 --> <script setup lang="ts"> import { getUuid } from '@/utils'; interface Props { /** 赋予input的id */ id?: string | number; /** 字符串 * 阅读全文
posted @ 2024-12-25 15:17 谢书怜 阅读(103) 评论(0) 推荐(0)