diff --git a/src/components/ui/VnAvatar.vue b/src/components/ui/VnAvatar.vue index 05b161980..1deb105db 100644 --- a/src/components/ui/VnAvatar.vue +++ b/src/components/ui/VnAvatar.vue @@ -8,7 +8,7 @@ import { getCssVar } from 'quasar'; const $props = defineProps({ workerId: { type: Number, required: true }, description: { type: String, default: null }, - title: { type: [String], default: null }, + title: { type: String, default: null }, color: { type: String, default: null }, });