添加 cl-marquee 跑马灯组件

This commit is contained in:
icssoa
2025-09-13 11:44:25 +08:00
parent 2f85e86eec
commit ed3bb84a0e
10 changed files with 507 additions and 25 deletions

View File

@@ -301,6 +301,11 @@ const data = computed<Item[]>(() => {
icon: "carousel-view",
path: "/pages/demo/data/banner"
},
{
label: t("跑马灯"),
icon: "film-line",
path: "/pages/demo/data/marquee"
},
{
label: t("分页"),
icon: "page-separator",