UNPKG

@form-create/vant

Version:

Vant 版本(移动端)低代码表单 | FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。

14 lines (8 loc) 264 B
import VantFormCreate from './core/index'; const FormCreateMobile = VantFormCreate(); if (typeof window !== 'undefined') { window.formCreateMobile = FormCreateMobile; } const maker = FormCreateMobile.maker; export {maker} export default FormCreateMobile;