mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
Correctly load bootstrap radio component (#15293)
This commit is contained in:
parent
1c40044525
commit
54d075e4fd
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue