UNPKG

admin-page-generator-ws

Version:
14 lines (13 loc) 278 B
export default { type: "multi-input", name: "多级输入框", icon: "multi-input", config: { prop: "", label: "多级输入框", required: false, disabled: false, defaultValue: [], options: [{ key: "value", label: "label" }] } };