Commit 3dfc41fc authored by 王安伟's avatar 王安伟

Merge branch 'func_eccs_2250' into test

parents 94db2c8f 14c447ce
import Vue from "vue";
import {
Row,
Col,
menu,
dropdown,
Table,
message,
pagination,
FormModel,
Select,
DatePicker,
Input,
InputNumber,
Radio,
upload,
Button,
notification,
popconfirm,
Modal,
modal,
Spin,
Collapse,
Tabs,
Tooltip
} from "ant-design-vue";
export default () => {
let els = [
Row,
Col,
menu,
dropdown,
Table,
message,
pagination,
FormModel,
Select,
DatePicker,
Input,
InputNumber,
Radio,
upload,
Button,
notification,
popconfirm,
Modal,
modal,
Spin,
Collapse,
Tabs,
Tooltip
];
// 注册
els.forEach((item) => {
Vue.use(item);
});
// 全局提示
Vue.prototype.$msg = notification;
Vue.prototype.$message = message;
Vue.prototype.$modal = Modal;
};
import Vue from "vue";
import {
Row,
Col,
menu,
dropdown,
Table,
message,
pagination,
FormModel,
Select,
DatePicker,
Input,
InputNumber,
Radio,
upload,
Button,
notification,
popconfirm,
Modal,
modal,
Spin,
Collapse,
Tabs,
Tooltip,
Popover
} from "ant-design-vue";
export default () => {
let els = [
Row,
Col,
menu,
dropdown,
Table,
message,
pagination,
FormModel,
Select,
DatePicker,
Input,
InputNumber,
Radio,
upload,
Button,
notification,
popconfirm,
Modal,
modal,
Spin,
Collapse,
Tabs,
Tooltip,
Popover
];
// 注册
els.forEach((item) => {
Vue.use(item);
});
// 全局提示
Vue.prototype.$msg = notification;
Vue.prototype.$message = message;
Vue.prototype.$modal = Modal;
};
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment