Merge branch 'main' of github.com:xiaoxian521/vue-pure-admin

This commit is contained in:
xiaoxian521
2022-04-19 11:42:54 +08:00
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
}
}
]
};