fix some bugs

This commit is contained in:
Amir Mohamadi
2020-06-04 14:19:39 +04:30
parent 471e982b18
commit 6d6c5d9daf
7 changed files with 302 additions and 361 deletions
+5
View File
@@ -0,0 +1,5 @@
import Vue from 'vue'
import Element from 'element-ui'
import locale from 'element-ui/lib/locale/lang/en'
Vue.use(Element, { locale })