-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
感谢付出,很喜欢你写的这两个组件,目前使用起来很顺手
有个关于规范的建议:
ele-form
和ele-table
可否有一套统一的属性命名规范? 如:
<ele-form v-model="formData" :fields="fields" onSubmit="submit"></ele-form>
<ele-table v-model="tableData" :fields="fields" onFetch="fetch" onDelete="delete"></ele-table>
ele-table
的 字段定义可否跟ele-form
尽可能保持统一, 如:ele-table
的每个字段里面也是用label
而不是text
来表示字段标题?
Metadata
Metadata
Assignees
Labels
No labels