File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/modules/form/pages/form-builder Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24242525 "license" : " MIT" ,
2626 "dependencies" : {
27+ "@fext/vue-form-builder" : " ^2.0.2" ,
2728 "@fext/vue-use" : " ^0.1.1" ,
2829 "@vue/composition-api" : " ^0.5.0" ,
2930 "axios" : " ^0.19.0" ,
3031 "consola" : " ^2.11.0" ,
3132 "copy-text-to-clipboard" : " ^2.1.1" ,
3233 "core-js" : " ^3.3.2" ,
33- "element-form-builder" : " ^2.0.2" ,
3434 "element-ui" : " ^2.12.0" ,
3535 "json2csv" : " ^4.5.4" ,
3636 "lodash" : " ^4.17.15" ,
Original file line number Diff line number Diff line change 3131 <el-dialog title =" 提交结果" :visible.sync =" showResultModal" width =" 80%" >
3232 <pre >{{ JSON.stringify(formValues, null, 4) }}</pre >
3333 <span slot =" footer" class =" dialog-footer" >
34- <el-button type =" primary" @click =" showResultModal = false"
35- > 确 定</ el-button
36- >
34+ <el-button type =" primary" @click =" showResultModal = false" >
35+ 确 定
36+ </ el-button >
3737 </span >
3838 </el-dialog >
3939 </div >
4949
5050<script >
5151import { useForm , useLoading } from ' @fext/vue-use' ;
52- import { createFormBuilder } from ' element -form-builder' ;
53- import { ElFormAdaptor } from ' element -form-builder/lib/adaptor/element' ;
52+ import { createFormBuilder } from ' @fext/vue -form-builder' ;
53+ import { ElFormAdaptor } from ' @fext/vue -form-builder/lib/adaptor/element' ;
5454import ExampleFormComponents from ' ./components' ;
5555
5656export default {
You can’t perform that action at this time.
0 commit comments