UNPKG

admin-page-generator-ws

Version:
17 lines (16 loc) 312 B
export default { type: "switch", name: "开关", icon: "switch", config: { prop: "", label: "开关", required: false, disabled: false, activeText: "开启", inactiveText: "关闭", activeColor: "#04f", inactiveColor: "#f00", defaultValue: true } };