feat: 新增v-ripple指令(水波纹效果) (#956)

* feat: 新增v-ripple指令(水波纹效果)

* feat: 新增波纹demo
This commit is contained in:
Leet
2024-03-05 22:21:45 +08:00
committed by GitHub
parent d83f28dbd3
commit 0f0fbdac51
8 changed files with 379 additions and 0 deletions

View File

@@ -42,6 +42,15 @@ export default {
title: $t("menus.hsExcel")
}
},
{
path: "/components/ripple",
name: "Ripple",
component: () => import("@/views/able/ripple.vue"),
meta: {
title: $t("menus.hsRipple"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/debounce",
name: "Debounce",