feat(WIP): 국가 베팅 '기능만' 구현
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import "@scss/nationBetting.scss";
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import PageNationBetting from '@/PageNationBetting.vue';
|
||||
import BootstrapVue3 from 'bootstrap-vue-3';
|
||||
import { auto500px } from './util/auto500px';
|
||||
|
||||
|
||||
|
||||
|
||||
auto500px();
|
||||
createApp(PageNationBetting).use(BootstrapVue3).mount('#app');
|
||||
Reference in New Issue
Block a user