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