1.0.1 • Published 3 years ago

zbase-form-parser-plus-vant v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

zbase-form-parser-plus JSON 解析器

用于将 form-designer 导出的 JSON 解析成一个表单。

安装组件

npm i zbase-form-parser-plus

或者

yarn add zbase-form-parser-plus

使用示例

Usage

main.js

import zbaseFormParserPlus from 'zbase-form-parser-plus'

Vue.use(zbaseFormParserPlus)

组件

<parser ref="formParser" :code="code" :mark="mark" @submit="sumbitForm" />

提交表单

未设置表单按钮时,使用 this.$refs.formParser.submit() 需要获取表单提交的数据时在@submit接收