[폴더, 파일 구조 정리]
This commit is contained in:
@@ -28,5 +28,5 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import BatchTabs from "~/components/BatchTabs.vue";
|
||||
import BatchTabs from "~/components/domain/cultureGraph/BatchTabs.vue";
|
||||
</script>
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, watch, computed, onUnmounted } from "vue";
|
||||
import * as echarts from "echarts";
|
||||
import CustomContextMenu from "~/components/CustomContextMenu.vue";
|
||||
import CustomContextMenu from "~/components/domain/cultureGraph/CustomContextMenu.vue";
|
||||
|
||||
// 타입 인터페이스 정의
|
||||
interface YAxis {
|
||||
|
||||
@@ -547,10 +547,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// 컴포넌트 import
|
||||
import PermissionButton from "~/components/base/PermissionButton.vue";
|
||||
|
||||
// 페이지 메타데이터 설정
|
||||
definePageMeta({
|
||||
title: "권한 시스템 테스트",
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user