Correctly load bootstrap radio component (#15293)

This commit is contained in:
Phillip Thelen
2024-08-12 17:53:35 +02:00
parent b42341e0ae
commit 4b1656f61c
+2
View File
@@ -6,6 +6,7 @@ import {
PopoverPlugin,
FormPlugin,
FormInputPlugin,
FormRadioPlugin,
TooltipPlugin,
NavbarPlugin,
CollapsePlugin,
@@ -43,6 +44,7 @@ Vue.use(DropdownPlugin);
Vue.use(PopoverPlugin);
Vue.use(FormPlugin);
Vue.use(FormInputPlugin);
Vue.use(FormRadioPlugin);
Vue.use(TooltipPlugin);
Vue.use(NavbarPlugin);
Vue.use(CollapsePlugin);