LP22-Developpement-Web/tp3/plugins/useBootstrap.client.ts

4 lines
150 B
TypeScript
Raw Permalink Normal View History

2022-11-18 08:30:44 +01:00
import bootstrap from 'bootstrap/dist/js/bootstrap.bundle'
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.provide('bootstrap', bootstrap)
})