Dump bootstrap-vue-next integration package, use regular bootstrap
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import bootstrap from "bootstrap/dist/js/bootstrap.bundle.min";
|
||||
|
||||
export default defineNuxtPlugin(nuxtApp => {
|
||||
nuxtApp.provide("bootstrap", bootstrap);
|
||||
})
|
||||
Reference in New Issue
Block a user