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