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
@@ -2,7 +2,7 @@ import "@scss/vote.scss";
import { createApp } from 'vue'
import PageVote from '@/PageVote.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";
@@ -12,4 +12,4 @@ auto500px();
htmlReady(() => {
insertCustomCSS();
});
createApp(PageVote).use(BootstrapVue3).use(BToastPlugin).mount('#app')
createApp(PageVote).use(BootstrapVueNext).use(BToastPlugin).mount('#app')