element-ui.js 397 B

12345678910111213141516
  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. Vue.use(ElementUI)