feat: 新增菜单搜索功能

新增菜单搜索功能
This commit is contained in:
Theo
2024-08-13 22:43:06 +08:00
parent 93f7d697a1
commit 9890f07ade
4 changed files with 157 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ declare module "vue" {
IEpClose: (typeof import("~icons/ep/close"))["default"];
IEpDownload: (typeof import("~icons/ep/download"))["default"];
LangSelect: (typeof import("./../components/LangSelect/index.vue"))["default"];
MenuSearch: (typeof import("./../components/MenuSearch/index.vue"))["default"];
LayoutSelect: (typeof import("./../layout/components/Settings/components/LayoutSelect.vue"))["default"];
MultiUpload: (typeof import("./../components/Upload/MultiUpload.vue"))["default"];
NavBar: (typeof import("./../layout/components/NavBar/index.vue"))["default"];