tp3
This commit is contained in:
4
tp3/plugins/useBootstrap.client.ts
Normal file
4
tp3/plugins/useBootstrap.client.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import bootstrap from 'bootstrap/dist/js/bootstrap.bundle'
|
||||
export default defineNuxtPlugin(nuxtApp => {
|
||||
nuxtApp.provide('bootstrap', bootstrap)
|
||||
})
|
Reference in New Issue
Block a user