新增 avatar-list 头像列表

This commit is contained in:
就眠儀式
2022-01-09 22:41:56 +08:00
parent 0379494365
commit 25633a6ca7
12 changed files with 83 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ const slots = useSlots();
const props = defineProps<{
id: string;
title: string;
title?: string;
}>();
const selectedKey: Ref<string> = inject("selectedKey") as Ref<string>;