fix. getResourceHost 함수명 변경

This commit is contained in:
clkim
2025-11-25 17:02:35 +09:00
parent a6027036d2
commit 8757a55378
13 changed files with 33 additions and 48 deletions

View File

@@ -15,7 +15,7 @@ interface props {
const props = withDefaults(defineProps<props>(), {
type: 'action',
buttonSize: 'size-small md:size-large',
target: '_blank',
target: '_self',
backgroundColor: 'var(--primary)',
textColor: 'var(--alternative-02)',
disabled: false,