添加 cl-calendar 组件

This commit is contained in:
icssoa
2025-09-09 22:08:21 +08:00
parent b5fea283ac
commit 3deed8ff78
10 changed files with 1349 additions and 2 deletions

View File

@@ -226,6 +226,11 @@ const data = computed<Item[]>(() => {
label: t("文件上传"),
icon: "file-upload-line",
path: "/pages/demo/form/upload"
},
{
label: t("日历"),
icon: "calendar-line",
path: "/pages/demo/form/calendar"
}
]
},
@@ -327,6 +332,11 @@ const data = computed<Item[]>(() => {
label: t("树形结构"),
icon: "node-tree",
path: "/pages/demo/data/tree"
},
{
label: t("日历"),
icon: "calendar-line",
path: "/pages/demo/data/calendar"
}
]
},