(component): update

This commit is contained in:
就眠儀式 2022-09-30 09:11:43 +08:00
parent 35fedf2926
commit ab175f1517

View File

@ -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(() => {