发布 0.3.7

This commit is contained in:
就眠儀式
2022-02-07 14:09:09 +08:00
parent 5c2fc10e95
commit 7e7e8e49a2
6 changed files with 7 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ export interface LayMenuProps {
openKeys?: string[];
tree?: boolean;
theme?: string;
inverted?: boolean;
level?: boolean;
inverted?: boolean | string;
level?: boolean | string;
}
const emit = defineEmits(["update:selectedKey", "update:openKeys"]);