添加 cl-slide-verify 滑动验证组件,支持转正图片

This commit is contained in:
icssoa
2025-08-28 09:43:07 +08:00
parent 10544fba38
commit fe71ae2ce7
7 changed files with 590 additions and 1 deletions

View File

@@ -438,6 +438,11 @@ const data = computed<Item[]>(() => {
label: "SVG",
icon: "bubble-chart-line",
path: "/pages/demo/other/svg"
},
{
label: "SlideVerify",
icon: "contract-right-fill",
path: "/pages/demo/other/slide-verify"
}
]
}