UNPKG

@form-create/iview

Version:

iview动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds o

17 lines (11 loc) 300 B
import ivuFormCreate from './core/index'; const FormCreate = ivuFormCreate(); if (typeof window !== 'undefined') { window.formCreate = FormCreate; if (window.Vue) { FormCreate.install(window.Vue); } } const maker = FormCreate.maker; export {maker} export default FormCreate;