You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
// import Vue from 'vue'
|
|
// import '@/assets/theme/element-variables.scss'
|
|
// import {
|
|
// Button,
|
|
// Form,
|
|
// FormItem,
|
|
// Input,
|
|
// Upload,
|
|
// Dialog,
|
|
// Pagination,
|
|
// Checkbox,
|
|
// CheckboxGroup,
|
|
// Radio,
|
|
// RadioGroup,
|
|
// MessageBox,
|
|
// Message,
|
|
// Select,
|
|
// Option,
|
|
// Rate,
|
|
// DatePicker,
|
|
// TimeSelect,
|
|
// Image,
|
|
// Popover,
|
|
// Empty,
|
|
// InputNumber,
|
|
// Dropdown,
|
|
// DropdownMenu,
|
|
// DropdownItem,
|
|
// Badge,
|
|
|
|
// } from 'element-ui'
|
|
// import locale from 'element-ui/lib/locale/lang/en'
|
|
|
|
// const components = [
|
|
// Button,
|
|
// Form,
|
|
// FormItem,
|
|
// Input,
|
|
// Upload,
|
|
// Dialog,
|
|
// Pagination,
|
|
// Checkbox,
|
|
// CheckboxGroup,
|
|
// Radio,
|
|
// RadioGroup,
|
|
// MessageBox,
|
|
// Message,
|
|
// Select,
|
|
// Option,
|
|
// Rate,
|
|
// DatePicker,
|
|
// TimeSelect,
|
|
// Image,
|
|
// Popover,
|
|
// Empty,
|
|
// InputNumber,
|
|
// Dropdown,
|
|
// DropdownMenu,
|
|
// DropdownItem,
|
|
// Badge
|
|
// ];
|
|
|
|
// const Element = {
|
|
// install (Vue) {
|
|
// components.forEach(component => {
|
|
// Vue.component(component.name, component)
|
|
// })
|
|
// }
|
|
// }
|
|
// Vue.use(Element, { locale })
|
|
// Vue.prototype.$message = Message
|
|
|