refac: vue 파일 구조 변경

This commit is contained in:
2021-12-12 21:48:48 +09:00
parent 8ede84c176
commit 3f7cc163ec
19 changed files with 156 additions and 146 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import "@scss/common/bootstrap5.scss";
import { createApp } from 'vue'
import NPCControl from '@/NPCControl.vue';
import NPCControl from '@/PageNPCControl.vue';
import BootstrapVue3 from 'bootstrap-vue-3'
import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest';