6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import bootstrap from "bootstrap/dist/js/bootstrap.bundle";
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
nuxtApp.provide("bs", bootstrap);
|
|
});
|