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
+2 -2
View File
@@ -1,7 +1,7 @@
import "@scss/common/bootstrap5.scss";
import { createApp } from 'vue'
import InheritPoint from '@/inheritPoint.vue';
import PageInheritPoint from '@/PageInheritPoint.vue';
import BootstrapVue3 from 'bootstrap-vue-3'
createApp(InheritPoint).use(BootstrapVue3).mount('#app');
createApp(PageInheritPoint).use(BootstrapVue3).mount('#app');