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