Skip to content

Commit e86753b

Browse files
committed
web: Fix bootstrap init
1 parent 711420c commit e86753b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import "bootstrap-vue-next/dist/bootstrap-vue-next.css";
66

77
import * as Sentry from "@sentry/vue";
88
import { createHead } from "@unhead/vue";
9+
import { createBootstrap } from "bootstrap-vue-next";
910
import Cookies from "js-cookie";
1011
import { SocketClient } from "socket-call-client";
1112
// @ts-ignore
@@ -35,6 +36,7 @@ const store = createPinia();
3536
const app = createApp(App)
3637
.use(i18n("fr", localStorage.getItem("locale") || "fr", { en }).instance)
3738
.use(store)
39+
.use(createBootstrap())
3840
.use(contextmenu)
3941
.use(head)
4042
.use(router)

0 commit comments

Comments
 (0)