refac: vue 파일 구조 변경
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user