mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Thu Jan 23 19:35:09 CET 2025
This commit is contained in:
@@ -66,7 +66,7 @@ function getWrapperShapeClassName() {
|
||||
}
|
||||
|
||||
function getWrapperShapeStyle() {
|
||||
return SHAPE_STYLE_SET[avatarOption.value.wrapperShape]
|
||||
return SHAPE_STYLE_SET[avatarOption.value.wrapperShape ?? WrapperShape.Circle]
|
||||
}
|
||||
|
||||
const svgContent = ref('')
|
||||
|
||||
Reference in New Issue
Block a user