| 1234567891011121314151617 |
- // import Vue from 'vue'
- // import { Message, Breadcrumb, BreadcrumbItem, Tree, Pagination, Upload, Dialog, Form } from 'element-ui'
- //
- // Vue.use(Breadcrumb)
- // Vue.use(BreadcrumbItem)
- // Vue.use(Tree)
- // Vue.use(Pagination)
- // Vue.use(Upload)
- // Vue.use(Dialog)
- // Vue.use(Form)
- //
- // Vue.prototype.$message = Message
- import Vue from 'vue'
- import ElementUI from 'element-ui'
- import 'element-ui/lib/theme-chalk/index.css'
- Vue.use(ElementUI)
|