1.0.2 • Published 4 years ago

vue-form-creation v1.0.2

Weekly downloads
8
License
-
Repository
-
Last release
4 years ago

vue-form-creation

基于VUE ANTD的可视化表单创建工具(双向数据绑定模式)


使用说明

  • :point_right: 安装:npm i vue-form-creation -S 或 cnpm i 或 yarn add vue-form-creation
  • :point_right: 运行:npm start 或 yarn serve

API

props

参数说明type默认值
data组件数据Objectnull
view视图模式(true:构建模式, false: 填报模式)Booleantrue

event

事件名称说明回调参数
on-save-template点击保存模板的回调(返回类型、配置、组件列表)function({type, config, component})
on-close-template点击取消编辑模板的回调function
on-form-cancel点击取消表单提交的回调function
on-form-submit点击表单提交的回调function({type, config, component})