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,8 +1,8 @@
import { createApp } from 'vue'
import PageJoin from '@/PageJoin.vue';
import BootstrapVue3 from 'bootstrap-vue-3'
import BootstrapVueNext from 'bootstrap-vue-next'
import { auto500px } from './util/auto500px';
auto500px();
createApp(PageJoin).use(BootstrapVue3).mount('#app')
createApp(PageJoin).use(BootstrapVueNext).mount('#app')