refac: toast 출력을 bootstrap-vue-3 내부 toast로 변경
- component로 src 내부 ts/vue 사용 시도 중
This commit is contained in:
@@ -2,11 +2,11 @@ import "@scss/nationStratFinan.scss";
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import PageNationStratFinan from '@/PageNationStratFinan.vue';
|
||||
import BootstrapVue3 from 'bootstrap-vue-3';
|
||||
import {BootstrapVue3, ToastPlugin} from 'bootstrap-vue-3';
|
||||
import { auto500px } from './util/auto500px';
|
||||
|
||||
|
||||
|
||||
|
||||
auto500px();
|
||||
createApp(PageNationStratFinan).use(BootstrapVue3).mount('#app');
|
||||
createApp(PageNationStratFinan).use(BootstrapVue3).use(ToastPlugin).mount('#app');
|
||||
Reference in New Issue
Block a user