mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Correctly load bootstrap radio component (#15293)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
|||||||
PopoverPlugin,
|
PopoverPlugin,
|
||||||
FormPlugin,
|
FormPlugin,
|
||||||
FormInputPlugin,
|
FormInputPlugin,
|
||||||
|
FormRadioPlugin,
|
||||||
TooltipPlugin,
|
TooltipPlugin,
|
||||||
NavbarPlugin,
|
NavbarPlugin,
|
||||||
CollapsePlugin,
|
CollapsePlugin,
|
||||||
@@ -43,6 +44,7 @@ Vue.use(DropdownPlugin);
|
|||||||
Vue.use(PopoverPlugin);
|
Vue.use(PopoverPlugin);
|
||||||
Vue.use(FormPlugin);
|
Vue.use(FormPlugin);
|
||||||
Vue.use(FormInputPlugin);
|
Vue.use(FormInputPlugin);
|
||||||
|
Vue.use(FormRadioPlugin);
|
||||||
Vue.use(TooltipPlugin);
|
Vue.use(TooltipPlugin);
|
||||||
Vue.use(NavbarPlugin);
|
Vue.use(NavbarPlugin);
|
||||||
Vue.use(CollapsePlugin);
|
Vue.use(CollapsePlugin);
|
||||||
|
|||||||
Reference in New Issue
Block a user