mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: 添加AnimateCss选择器组件ReAnimateSelector (#764)
* feat: 添加`AnimateCss`选择器组件`ReAnimateSelector` * chore: update
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user