summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 6f4acc6d..695c0084 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,6 +11,8 @@ import {
FormCheckboxPlugin,
FormGroupPlugin,
FormInputPlugin,
+ FormRadioPlugin,
+ FormSelectPlugin,
LayoutPlugin,
LinkPlugin,
ListGroupPlugin,
@@ -29,6 +31,8 @@ Vue.use(FormPlugin);
Vue.use(FormCheckboxPlugin);
Vue.use(FormGroupPlugin);
Vue.use(FormInputPlugin);
+Vue.use(FormRadioPlugin);
+Vue.use(FormSelectPlugin);
Vue.use(LayoutPlugin);
Vue.use(LayoutPlugin);
Vue.use(LinkPlugin);