📝: 更新 locale 扩展文档

This commit is contained in:
就眠儀式
2022-05-04 00:39:12 +08:00
parent 2e2e742b43
commit 20b35892b8
4 changed files with 42 additions and 2 deletions

View File

@@ -19,7 +19,12 @@ export interface LayMenuProps {
collapseTransition?: boolean | string;
}
const emit = defineEmits(["update:selectedKey", "update:openKeys","changeSelectedKey","changeOpenKeys"]);
const emit = defineEmits([
"update:selectedKey",
"update:openKeys",
"changeSelectedKey",
"changeOpenKeys",
]);
const props = withDefaults(defineProps<LayMenuProps>(), {
selectedKey: "",