We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0720657 commit e37a6c5Copy full SHA for e37a6c5
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue3-element-admin",
3
"description": "Vue3 + Vite + TypeScript + Element-Plus 的后台管理模板,vue-element-admin 的 Vue3 版本",
4
- "version": "3.3.0",
+ "version": "3.3.1",
5
"private": true,
6
"type": "module",
7
"scripts": {
src/api/system/menu-api.ts
@@ -42,7 +42,7 @@ export interface MenuQuery {
42
/** 搜索关键字 */
43
keywords?: string;
44
}
45
-export type MenuTypeEnum = 0 | 1 | 2;
+import type { MenuTypeEnum } from "@/enums/system/menu.enum";
46
export interface MenuVO {
47
/** 子菜单 */
48
children?: MenuVO[];
0 commit comments