feat. GR_VISUAL_03 컴포넌트 제작

This commit is contained in:
clkim
2025-09-19 14:43:21 +09:00
parent 792111f47b
commit 81bcca8e23
14 changed files with 277 additions and 154 deletions

View File

@@ -1,6 +1,7 @@
<script setup lang="ts">
interface Props {
components: Record<string, any>
pageVerTmplSeq: number
}
const props = defineProps<Props>()