wip: 세력 장수 준비

This commit is contained in:
2022-04-07 03:03:38 +09:00
parent 29c3a933e9
commit 94acf87695
5 changed files with 102 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
import "@scss/nationGeneral.scss";
import { createApp } from 'vue'
import PageNationGeneral from '@/PageNationGeneral.vue';
import { BootstrapVue3, BToastPlugin } from 'bootstrap-vue-3';
import { auto500px } from './util/auto500px';
auto500px();
createApp(PageNationGeneral).use(BootstrapVue3).use(BToastPlugin).mount('#app');