fix. 다국어 적용
This commit is contained in:
@@ -40,7 +40,7 @@ const DUP_IMAGE_MAP: Record<Platform, string> = {
|
||||
} as const
|
||||
|
||||
const componentTag = computed(() => {
|
||||
if (props.platform === 'stove') {
|
||||
if (props.type !== 'duplication' && props.platform === 'stove') {
|
||||
return 'a'
|
||||
}
|
||||
return 'button'
|
||||
|
||||
Reference in New Issue
Block a user