update:前段代码首次上传

This commit is contained in:
2021-09-09 09:35:27 +08:00
parent 97bffb4e48
commit ea7af395f3
38 changed files with 19957 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import Vue from 'vue'
import { Form, FormItem, Button } from 'element-ui'
Vue.use(Form)
Vue.use(FormItem)
Vue.use(Button)