GitBucket
4.6.0
import Vue from 'vue'
import App from './App.vue'
import ElementUI from 'element-ui';
import "hi-ui/lib/hi-ui.css";
import "element-ui/lib/theme-chalk/index.css";
Vue.use(ElementUI)
new Vue({
render: h => h(App),
}).$mount('#app')