UNPKG

admin-page-generator-ws

Version:
18 lines (17 loc) 316 B
export default { type: "input", name: "文本输入框", icon: "input", config: { prop: "", label: "文本输入框", required: false, disabled: false, textual: false, maxLength: 50, minLength: 1, placeholder: "", defaultValue: "", pattern: "" } };