Make tooltips render automatically

This commit is contained in:
Riyyi
2025-04-02 22:52:07 +02:00
parent 8110667234
commit 9878bbdb8c
11 changed files with 107 additions and 32 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// @ts-ignore
import bootstrap from "bootstrap/dist/js/bootstrap.bundle.min";
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.provide("bootstrap", bootstrap);
})
});