全局引入elementUI

This commit is contained in:
buvta
2020-10-16 01:00:28 +08:00
committed by GitHub
parent 766b1d458f
commit b26a4d4f27

View File

@@ -4,6 +4,9 @@ import store from './store'
import 'modern-normalize'
import Register from './components/register'
import './lib/element/index'
import ElementUI from 'element-ui'
Vue.use(ElementUI)
Register.registerComponents()
Vue.config.productionTip = false
new Vue({