Kchengz / epic-designer

vue3 表单设计器
MIT License
285 stars 52 forks source link

希望提供字段列表 #29

Closed m-xlsea closed 3 months ago

m-xlsea commented 3 months ago

希望提供字段列表字段,或者提供获取字段列表的函数

Kchengz commented 3 months ago

内部提供了一个 getFormFields 函数

import { getFormFields } from 'epic-designer'
const inputSchemaList = getFormFields(pageSchema.schemas)