mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: debounce & thtottle (#244)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user