element-ui.js 443 B

1234567891011121314151617
  1. // import Vue from 'vue'
  2. // import { Message, Breadcrumb, BreadcrumbItem, Tree, Pagination, Upload, Dialog, Form } from 'element-ui'
  3. //
  4. // Vue.use(Breadcrumb)
  5. // Vue.use(BreadcrumbItem)
  6. // Vue.use(Tree)
  7. // Vue.use(Pagination)
  8. // Vue.use(Upload)
  9. // Vue.use(Dialog)
  10. // Vue.use(Form)
  11. //
  12. // Vue.prototype.$message = Message
  13. import Vue from 'vue'
  14. import ElementUI from 'element-ui'
  15. import 'element-ui/lib/theme-chalk/index.css'
  16. Vue.use(ElementUI)