fix. 다국어 적용

This commit is contained in:
clkim
2025-11-06 22:03:07 +09:00
parent c5aee0902f
commit 91da285fce
4 changed files with 77 additions and 73 deletions

View File

@@ -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'