添加 cl-filter-bar 过滤栏组件

This commit is contained in:
icssoa
2025-08-22 00:20:57 +08:00
parent b434516f38
commit 8a8ea1d6c2
7 changed files with 672 additions and 1 deletions

View File

@@ -310,6 +310,11 @@ const data = computed<Item[]>(() => {
label: t("拖拽"),
icon: "drag-move-line",
path: "/pages/demo/data/draggable"
},
{
label: t("筛选栏"),
icon: "filter-line",
path: "/pages/demo/data/filter-bar"
}
]
},