Use workspaces in project.

This commit is contained in:
Tim Bruijnzeels
2019-04-11 16:36:33 +02:00
parent 2e8ab8f908
commit 0bbfebfbb6
91 changed files with 259 additions and 314 deletions
+6
View File
@@ -0,0 +1,6 @@
import Vue from 'vue'
import Element from 'element-ui'
import '../element-variables.scss'
import locale from 'element-ui/lib/locale/lang/en'
Vue.use(Element, { locale })