debugger:elementui

This commit is contained in:
pengfei.zhou
2019-08-12 18:53:29 +08:00
parent cb019d1824
commit 763f31bf0c
7 changed files with 133 additions and 21 deletions

View File

@@ -2,8 +2,10 @@ import Vue from 'vue'
import App from './App.vue'
import VueRouter from 'vue-router'
import routes from './routes'
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(VueRouter)
Vue.use(ElementUI)
new Vue({
router: new VueRouter({
routes