diff --git a/src/components/Avatar.vue b/src/components/Avatar.vue index 0c888e7..08384ea 100644 --- a/src/components/Avatar.vue +++ b/src/components/Avatar.vue @@ -4,6 +4,10 @@ defineProps({ type: String, default: "", }, + frameSrc: { + type: String, + default: "", + }, onClick: { type: Function, default: () => {}, @@ -30,8 +34,8 @@ defineProps({