We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d01cdc commit 2572beaCopy full SHA for 2572bea
src/components/avatar/CAvatar.ts
@@ -24,7 +24,7 @@ const CAvatar = defineComponent({
24
default: undefined,
25
required: false,
26
validator: (value: string) => {
27
- return ['sm', 'lg', 'xl'].includes(value)
+ return ['sm', 'md', 'lg', 'xl'].includes(value)
28
},
29
30
/**
0 commit comments