Correctly load bootstrap radio component (#15293)

This commit is contained in:
Phillip Thelen
2024-08-12 17:53:35 +02:00
committed by GitHub
parent 1c40044525
commit 54d075e4fd

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);