添加cl-draggable组件

This commit is contained in:
icssoa
2025-07-27 22:27:53 +08:00
parent 0c4fc52b9a
commit 9a49963a91
10 changed files with 885 additions and 2 deletions

View File

@@ -271,6 +271,11 @@ const data = computed<Item[]>(() => {
label: t("时间轴"),
icon: "timeline-view",
path: "/pages/demo/data/timeline"
},
{
label: t("拖拽"),
icon: "drag-move-line",
path: "/pages/demo/data/draggable"
}
]
},