feat: debounce & thtottle (#244)

This commit is contained in:
一万
2022-04-19 11:17:23 +08:00
committed by GitHub
parent a80c6f034a
commit db09d1c442
7 changed files with 101 additions and 15 deletions

View File

@@ -92,6 +92,15 @@ const ableRouter = {
title: $t("menus.hsAntTreeSelect"),
i18n: true
}
},
{
path: "/able/debounce",
name: "reDebounce",
component: () => import("/@/views/able/debounce.vue"),
meta: {
title: $t("menus.hsDebounce"),
i18n: true
}
}
]
};

View File

@@ -7,7 +7,7 @@ const ableRouter = {
redirect: "/list/card",
meta: {
icon: "list-check",
title: $t("menus.list"),
title: $t("menus.hsList"),
i18n: true,
rank: 12
},
@@ -18,7 +18,7 @@ const ableRouter = {
component: () => import("/@/views/list/card/index.vue"),
meta: {
icon: "card",
title: $t("menus.listCard"),
title: $t("menus.hsListCard"),
i18n: true,
showParent: true
}