fix. formatPathHost 파라미터 직관적으로 명칭 수정
This commit is contained in:
@@ -81,7 +81,7 @@ const buttonStyle = computed<CSSProperties>(() => {
|
||||
style.backgroundColor = props.backgroundColor
|
||||
}
|
||||
if (props.type === 'duplication') {
|
||||
style.backgroundImage = `url(${formatPathHost(DUP_IMAGE_MAP[props.platform], { imageType: 'common' })})`
|
||||
style.backgroundImage = `url(${formatPathHost(DUP_IMAGE_MAP[props.platform], { imageType: 'public' })})`
|
||||
}
|
||||
|
||||
return style
|
||||
|
||||
Reference in New Issue
Block a user