fix. 코드 리팩토링

This commit is contained in:
clkim
2026-01-16 14:55:02 +09:00
parent c8cd7f780e
commit 40dc7f0e40
34 changed files with 238 additions and 369 deletions

View File

@@ -57,6 +57,7 @@ const buttonListData = computed(() => {
<WidgetsButtonList
v-if="buttonListData"
:resources-data="buttonListData"
button-size="size-small md:size-large"
class="mt-[56px]"
/>
<WidgetsDescription