Adds element

This commit is contained in:
Alicia Sykes
2019-07-26 22:32:38 +01:00
parent 7f645745f9
commit a909d6577b
7 changed files with 12454 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css';
import App from './App.vue'
import router from './router'
import './registerServiceWorker'
Vue.use(Element)
Vue.config.productionTip = false
new Vue({