添加动画库

This commit is contained in:
icssoa
2025-09-08 09:09:38 +08:00
parent 1b6fc90d59
commit da8f51c84c
10 changed files with 2146 additions and 235 deletions

View File

@@ -448,6 +448,11 @@ const data = computed<Item[]>(() => {
label: "SlideVerify",
icon: "contract-right-fill",
path: "/pages/demo/other/slide-verify"
},
{
label: "Animate",
icon: "instance-line",
path: "/pages/demo/other/animate"
}
]
}