Dump bootstrap-vue-next integration package, use regular bootstrap

This commit is contained in:
Riyyi
2025-03-31 17:35:39 +02:00
parent 86e08604dd
commit 8c68390c07
7 changed files with 64 additions and 86 deletions
+5
View File
@@ -0,0 +1,5 @@
import bootstrap from "bootstrap/dist/js/bootstrap.bundle.min";
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.provide("bootstrap", bootstrap);
})