新增 avatar-list 头像列表
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user