4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
|
import bootstrap from 'bootstrap/dist/js/bootstrap.bundle'
|
||
|
export default defineNuxtPlugin(nuxtApp => {
|
||
|
nuxtApp.provide('bootstrap', bootstrap)
|
||
|
})
|