添加ElementUI

This commit is contained in:
MengYX
2019-07-03 22:54:29 +08:00
parent fd6c246769
commit 295925a823
5 changed files with 66 additions and 6 deletions

5
src/plugins/element.js Normal file
View File

@@ -0,0 +1,5 @@
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(Element)