dep: upgrade bv3 bvn
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user