We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711420c commit e86753bCopy full SHA for e86753b
apps/web/src/main.ts
@@ -6,6 +6,7 @@ import "bootstrap-vue-next/dist/bootstrap-vue-next.css";
6
7
import * as Sentry from "@sentry/vue";
8
import { createHead } from "@unhead/vue";
9
+import { createBootstrap } from "bootstrap-vue-next";
10
import Cookies from "js-cookie";
11
import { SocketClient } from "socket-call-client";
12
// @ts-ignore
@@ -35,6 +36,7 @@ const store = createPinia();
35
36
const app = createApp(App)
37
.use(i18n("fr", localStorage.getItem("locale") || "fr", { en }).instance)
38
.use(store)
39
+ .use(createBootstrap())
40
.use(contextmenu)
41
.use(head)
42
.use(router)
0 commit comments