feat. 환경 세팅
This commit is contained in:
13
layers/templates/GrVisual03/index.vue
Normal file
13
layers/templates/GrVisual03/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
interface Props {
|
||||
components: Record<string, any>;
|
||||
}
|
||||
|
||||
const props = defineProps<Props>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="relative flex flex-col items-center justify-center h-[640px] lg:h-[1000px] gap-4"
|
||||
></div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user