摘要: <script setup lang="ts"> import { useDraggable, useMouseInElement } from '@vueuse/core'; import type { CSSProperties } from 'vue'; interface Props { i 阅读全文
posted @ 2024-12-27 12:27 abcByme 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <script setup lang="ts"> import { Empty } from 'ant-design-vue'; export interface TBColumn { title: string dataIndex: string // key: string ellipsis?: 阅读全文
posted @ 2024-12-27 12:26 abcByme 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <script setup lang="ts"> import { Empty } from 'ant-design-vue'; const props = withDefaults(defineProps<{ modelValue: any[] // 重要: 外部在使用这个的时候,不要修改,要通过 阅读全文
posted @ 2024-12-27 12:24 abcByme 阅读(15) 评论(0) 推荐(0) 编辑