This commit is contained in:
2022-11-18 08:30:44 +01:00
parent c389030972
commit b5aa8b5dc7
15 changed files with 14455 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import bootstrap from 'bootstrap/dist/js/bootstrap.bundle'
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.provide('bootstrap', bootstrap)
})