dep: upgrade bv3 bvn

This commit is contained in:
2023-03-19 13:29:58 +09:00
parent a79585f8de
commit 31f4472a8a
45 changed files with 1634 additions and 442 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import { BootstrapVue3, BToastPlugin } from 'bootstrap-vue-3'
import { BootstrapVueNext, BToastPlugin } from 'bootstrap-vue-next'
import { auto500px } from './util/auto500px';
import { htmlReady } from './util/htmlReady';
import { insertCustomCSS } from './util/customCSS';
@@ -10,4 +10,4 @@ auto500px();
htmlReady(() => {
insertCustomCSS();
});
createApp(PageFront).use(BootstrapVue3).use(BToastPlugin).component('v-multiselect', Multiselect).mount('#app');
createApp(PageFront).use(BootstrapVueNext).use(BToastPlugin).component('v-multiselect', Multiselect).mount('#app');