feat: 添加AnimateCss选择器组件ReAnimateSelector (#764)

* feat: 添加`AnimateCss`选择器组件`ReAnimateSelector`

* chore: update
This commit is contained in:
xiaoming
2023-10-21 15:00:44 +08:00
committed by GitHub
parent b325442e82
commit 59fcac86c4
7 changed files with 291 additions and 0 deletions

View File

@@ -105,6 +105,15 @@ export default {
title: $t("menus.hscropping")
}
},
{
path: "/components/animatecss",
name: "AnimateCss",
component: () => import("@/views/components/animatecss/index.vue"),
meta: {
title: $t("menus.hsanimatecss"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/components/countTo",
name: "CountTo",