|
@@ -16,7 +16,9 @@ import {
|
|
Select,
|
|
Select,
|
|
Spin,
|
|
Spin,
|
|
Notice,
|
|
Notice,
|
|
- Option
|
|
|
|
|
|
+ Option,
|
|
|
|
+ Progress,
|
|
|
|
+ Alert
|
|
} from "iview";
|
|
} from "iview";
|
|
Vue.component("Button", Button);
|
|
Vue.component("Button", Button);
|
|
Vue.component("Form", Form);
|
|
Vue.component("Form", Form);
|
|
@@ -33,6 +35,8 @@ Vue.component("Select", Select);
|
|
Vue.component("Spin", Spin);
|
|
Vue.component("Spin", Spin);
|
|
Vue.component("Notice", Notice);
|
|
Vue.component("Notice", Notice);
|
|
Vue.component("Option", Option);
|
|
Vue.component("Option", Option);
|
|
|
|
+Vue.component("Progress", Progress);
|
|
|
|
+Vue.component("Alert", Alert);
|
|
|
|
|
|
Vue.prototype.$Message = Message;
|
|
Vue.prototype.$Message = Message;
|
|
Vue.prototype.$Modal = Modal;
|
|
Vue.prototype.$Modal = Modal;
|