✨(component): update
This commit is contained in:
parent
35fedf2926
commit
ab175f1517
@ -20,7 +20,7 @@ export interface LayAvatarProps {
|
||||
const props = withDefaults(defineProps<LayAvatarProps>(), {
|
||||
size: "md",
|
||||
radius: false,
|
||||
icon: "layui-icon-username"
|
||||
icon: "layui-icon-username",
|
||||
});
|
||||
|
||||
const classes = computed(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user