base_ui/plugins/bootstrap.client.ts

6 lines
148 B
TypeScript
Raw Permalink Normal View History

2025-02-01 09:34:55 +00:00
import bootstrap from "bootstrap/dist/js/bootstrap.bundle";
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.provide("bs", bootstrap);
});