feat: 添加多选卡片示例

This commit is contained in:
xiaoxian521
2024-02-29 13:12:14 +08:00
parent 760eac1c4d
commit 51809546ed
7 changed files with 111 additions and 1 deletions

View File

@@ -31,7 +31,15 @@ export default {
name: "PureUpload",
component: () => import("@/views/components/upload/index.vue"),
meta: {
title: $t("menus.hsUpload"),
title: $t("menus.hsUpload")
}
},
{
path: "/components/check-card",
name: "CheckCard",
component: () => import("@/views/components/check-card.vue"),
meta: {
title: $t("menus.hsCheckCard"),
extraIcon: "IF-pure-iconfont-new svg"
}
},