{
    "name": "新增多个",
    "doc": [
        {
            "title": "attributes",
            "table": [
                {
                    "prop": "prop",
                    "label": "参数"
                },
                {
                    "prop": "des",
                    "label": "说明"
                },
                {
                    "prop": "type",
                    "label": "类型"
                },
                {
                    "prop": "options",
                    "label": "可选值"
                },
                {
                    "prop": "default",
                    "label": "默认值"
                }
            ],
            "data": [
                {
                    "prop": "tag",
                    "des": "组件名称",
                    "type": "String",
                    "options": "-",
                    "default": "-"
                },
                {
                    "prop": "bind",
                    "des": "组件绑定属性",
                    "type": "Object",
                    "options": "-",
                    "default": "{}"
                },
                {
                    "prop": "on",
                    "des": "组件绑定事件",
                    "type": "Object",
                    "options": "-",
                    "default": "{}"
                },
                {
                    "prop": "props",
                    "des": "添加id,和value的key",
                    "type": "Object",
                    "options": "-",
                    "default": "{ key: '', value: '' }"
                },
                {
                    "prop": "addValue",
                    "des": "点击添加时默认值",
                    "type": "Object,String",
                    "options": "-",
                    "default": "''"
                },
                {
                    "prop": "validateEvent",
                    "des": "是否开启表单校验",
                    "type": "Boolean",
                    "options": "-",
                    "default": "true"
                },
                {
                    "prop": "createElement",
                    "des": "继承父元素的组件渲染",
                    "type": "$createElement",
                    "options": "-",
                    "default": "-"
                }
            ]
        },
        {
            "title": "events",
            "table": [
                {
                    "prop": "event",
                    "label": "事件名称"
                },
                {
                    "prop": "des",
                    "label": "说明"
                },
                {
                    "prop": "call",
                    "label": "回调参数"
                }
            ],
            "data": [
                {
                    "event": "-",
                    "des": "-",
                    "call": "-"
                }
            ]
        }
    ]
}