{
  "vcm-action-sheet/actions": {
    "description": "菜单选项, 默认值: [], 类型: Action[]",
    "type": "*action[]*"
  },
  "vcm-action-sheet/title": {
    "description": "顶部标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-action-sheet/cancel-text": {
    "description": "取消按钮文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-action-sheet/description": {
    "description": "选项上方的描述信息, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-action-sheet/close-icon": {
    "description": "关闭图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: cross, 类型: string",
    "type": "*string*"
  },
  "vcm-action-sheet/duration": {
    "description": "动画时长，单位秒, 默认值: 0.3, 类型: number",
    "type": "*number*"
  },
  "vcm-action-sheet/round": {
    "description": "是否显示圆角, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/overlay": {
    "description": "是否显示遮罩层, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/lock-scroll": {
    "description": "是否锁定背景滚动, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/lazy-render": {
    "description": "是否在显示弹层时才渲染节点, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/close-on-click-action": {
    "description": "是否在点击选项后关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-action-sheet/get-container": {
    "description": "指定挂载的节点，[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-action-sheet/select": {
    "description": "选中选项时触发，禁用或加载状态下不会触发",
    "type": "event"
  },
  "vcm-action-sheet/cancel": {
    "description": "取消按钮点击时触发",
    "type": "event"
  },
  "vcm-action-sheet/click-overlay": {
    "description": "点击遮罩层时触发",
    "type": "event"
  },
  "vcm-action-sheet/open": {
    "description": "打开菜单时触发",
    "type": "event"
  },
  "vcm-action-sheet/opened": {
    "description": "打开菜单且动画结束后触发",
    "type": "event"
  },
  "vcm-action-sheet/close": {
    "description": "关闭菜单时触发",
    "type": "event"
  },
  "vcm-action-sheet/closed": {
    "description": "关闭菜单且动画结束后触发",
    "type": "event"
  },
  "vcm-address-edit/area-list": {
    "description": "地区列表, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-address-edit/area-columns-placeholder": {
    "description": "地区选择列占位提示文字, 默认值: [], 类型: string[]",
    "type": "*string[]*"
  },
  "vcm-address-edit/address-info": {
    "description": "收货人信息初始值, 默认值: {}, 类型: AddressInfo",
    "type": "*addressinfo*"
  },
  "vcm-address-edit/search-result": {
    "description": "详细地址搜索结果, 默认值: [], 类型: SearchResult[]",
    "type": "*searchresult[]*"
  },
  "vcm-address-edit/show-postal": {
    "description": "是否显示邮政编码, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/show-delete": {
    "description": "是否显示删除按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/show-set-default": {
    "description": "是否显示默认地址栏, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/show-search-result": {
    "description": "是否显示搜索结果, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/save-button-text": {
    "description": "保存按钮文字, 默认值: 保存, 类型: string",
    "type": "*string*"
  },
  "vcm-address-edit/delete-button-text": {
    "description": "删除按钮文字, 默认值: 删除, 类型: string",
    "type": "*string*"
  },
  "vcm-address-edit/detail-rows": {
    "description": "详细地址输入框行数, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-address-edit/detail-maxlength": {
    "description": "详细地址最大长度, 默认值: 200, 类型: number",
    "type": "*number*"
  },
  "vcm-address-edit/is-saving": {
    "description": "是否显示保存按钮加载动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/is-deleting": {
    "description": "是否显示删除按钮加载动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-edit/tel-validator": {
    "description": "手机号格式校验函数, 默认值: -, 类型: string => boolean",
    "type": "*string => boolean*"
  },
  "vcm-address-edit/postal-validator": {
    "description": "邮政编码格式校验函数, 默认值: -, 类型: string => boolean",
    "type": "*string => boolean*"
  },
  "vcm-address-edit/validator": {
    "description": "自定义校验函数, 默认值: -, 类型: (key, value) => string",
    "type": "*(key, value) => string*"
  },
  "vcm-address-edit/save": {
    "description": "点击保存按钮时触发",
    "type": "event"
  },
  "vcm-address-edit/focus": {
    "description": "输入框聚焦时触发",
    "type": "event"
  },
  "vcm-address-edit/delete": {
    "description": "确认删除地址时触发",
    "type": "event"
  },
  "vcm-address-edit/cancel-delete": {
    "description": "取消删除地址时触发",
    "type": "event"
  },
  "vcm-address-edit/select-search": {
    "description": "选中搜索结果时触发",
    "type": "event"
  },
  "vcm-address-edit/change-area": {
    "description": "修改收件地区时触发",
    "type": "event"
  },
  "vcm-address-edit/change-detail": {
    "description": "修改详细地址时触发",
    "type": "event"
  },
  "vcm-address-edit/change-default": {
    "description": "切换是否使用默认地址时触发",
    "type": "event"
  },
  "vcm-address-list/v-model": {
    "description": "当前选中地址的 id, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-address-list/list": {
    "description": "地址列表, 默认值: [], 类型: Address[]",
    "type": "*address[]*"
  },
  "vcm-address-list/disabled-list": {
    "description": "不可配送地址列表, 默认值: [], 类型: Address[]",
    "type": "*address[]*"
  },
  "vcm-address-list/disabled-text": {
    "description": "不可配送提示文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-address-list/switchable": {
    "description": "是否允许切换地址, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-address-list/add-button-text": {
    "description": "底部按钮文字, 默认值: 新增地址, 类型: string",
    "type": "*string*"
  },
  "vcm-address-list/default-tag-text": {
    "description": "默认地址标签文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-address-list/add": {
    "description": "点击新增按钮时触发",
    "type": "event"
  },
  "vcm-address-list/edit": {
    "description": "点击编辑按钮时触发",
    "type": "event"
  },
  "vcm-address-list/select": {
    "description": "切换选中的地址时触发",
    "type": "event"
  },
  "vcm-address-list/edit-disabled": {
    "description": "编辑不可配送的地址时触发",
    "type": "event"
  },
  "vcm-address-list/select-disabled": {
    "description": "选中不可配送的地址时触发",
    "type": "event"
  },
  "vcm-address-list/click-item": {
    "description": "点击任意地址时触发",
    "type": "event"
  },
  "vcm-area/value": {
    "description": "当前选中的省市区`code`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-area/title": {
    "description": "顶部栏标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-area/area-list": {
    "description": "省市区数据，格式见下方, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-area/columns-num": {
    "description": "显示列数，3-省市区，2-省市，1-省, 默认值: 3, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-area/columns-placeholder": {
    "description": "列占位提示文字, 默认值: [], 类型: string[]",
    "type": "*string[]*"
  },
  "vcm-area/loading": {
    "description": "是否显示加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-area/item-height": {
    "description": "选项高度, 默认值: 44, 类型: number",
    "type": "*number*"
  },
  "vcm-area/visible-item-count": {
    "description": "可见的选项个数, 默认值: 5, 类型: number",
    "type": "*number*"
  },
  "vcm-area/confirm-button-text": {
    "description": "确认按钮文字, 默认值: 确认, 类型: string",
    "type": "*string*"
  },
  "vcm-area/cancel-button-text": {
    "description": "取消按钮文字, 默认值: 取消, 类型: string",
    "type": "*string*"
  },
  "vcm-area/is-oversea-code": {
    "description": "根据`code`校验海外地址，海外地址会划分至单独的分类, 默认值: -, 类型: () => boolean",
    "type": "*() => boolean*"
  },
  "vcm-area/swipe-duration": {
    "description": "快速滑动时惯性滚动的时长，单位`ms`, 默认值: 1000, 类型: number",
    "type": "*number*"
  },
  "vcm-area/confirm": {
    "description": "点击右上方完成按钮",
    "type": "event"
  },
  "vcm-area/cancel": {
    "description": "点击取消按钮时",
    "type": "event"
  },
  "vcm-area/change": {
    "description": "选项改变时触发",
    "type": "event"
  },
  "vcm-button/type": {
    "description": "类型，可选值为 `primary` `info` `warning` `danger`, 默认值: default, 类型: string",
    "type": "*string*"
  },
  "vcm-button/size": {
    "description": "尺寸，可选值为 `large` `small` `mini`, 默认值: normal, 类型: string",
    "type": "*string*"
  },
  "vcm-button/text": {
    "description": "按钮文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/color": {
    "description": "按钮颜色，支持传入`linear-gradient`渐变色, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/icon": {
    "description": "左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/tag": {
    "description": "HTML 标签, 默认值: button, 类型: string",
    "type": "*string*"
  },
  "vcm-button/native-type": {
    "description": "原生 button 标签 type 属性, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/block": {
    "description": "是否为块级元素, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/plain": {
    "description": "是否为朴素按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/square": {
    "description": "是否为方形按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/round": {
    "description": "是否为圆形按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/disabled": {
    "description": "是否禁用按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/hairline": {
    "description": "是否使用 0.5px 边框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/loading": {
    "description": "是否显示为加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/loading-text": {
    "description": "加载状态提示文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/loading-type": {
    "description": "加载图标类型，可选值为`spinner`, 默认值: circular, 类型: string",
    "type": "*string*"
  },
  "vcm-button/loading-size": {
    "description": "加载图标大小, 默认值: 20px, 类型: string",
    "type": "*string*"
  },
  "vcm-button/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-button/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-button/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-button/click": {
    "description": "点击按钮，且按钮状态不为加载或禁用时触发",
    "type": "event"
  },
  "vcm-button/touchstart": {
    "description": "开始触摸按钮时触发",
    "type": "event"
  },
  "vcm-calendar/v-model": {
    "description": "是否显示日历弹窗, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/type": {
    "description": "选择类型，`single`表示选择单个日期，`range`表示选择日期区间, 默认值: single, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/title": {
    "description": "日历标题, 默认值: 日期选择, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/color": {
    "description": "颜色，对底部按钮和选中日期生效, 默认值: #ee0a24, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/min-date": {
    "description": "最小日期, 默认值: 当前日期, 类型: Date",
    "type": "*date*"
  },
  "vcm-calendar/max-date": {
    "description": "最大日期, 默认值: 当前日期的六个月后, 类型: Date",
    "type": "*date*"
  },
  "vcm-calendar/default-date": {
    "description": "默认选中的日期, 默认值: 今天, 类型: Date | Date[]",
    "type": "*date | date[]*"
  },
  "vcm-calendar/row-height": {
    "description": "日期行高, 默认值: 64, 类型: number",
    "type": "*number*"
  },
  "vcm-calendar/formatter": {
    "description": "日期格式化函数, 默认值: -, 类型: (day: Day) => Day",
    "type": "*(day: day) => day*"
  },
  "vcm-calendar/position": {
    "description": "弹出位置，可选值为 `top` `right` `left`, 默认值: bottom, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/poppable": {
    "description": "是否以弹层的形式展示日历, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/round": {
    "description": "是否显示圆角弹窗, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/show-mark": {
    "description": "是否显示月份背景水印, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/show-confirm": {
    "description": "是否展示确认按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-calendar/confirm-text": {
    "description": "确认按钮的文字, 默认值: 确定, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/confirm-disabled-text": {
    "description": "确认按钮处于禁用状态时的文字, 默认值: 确定, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/max-range": {
    "description": "日期区间最多可选天数，默认无限制, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-calendar/range-prompt": {
    "description": "选择超过区间范围时的提示文案, 默认值: 选择天数不能超过 xx 天, 类型: string",
    "type": "*string*"
  },
  "vcm-calendar/get-container": {
    "description": "指定挂载的节点，[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-calendar/select": {
    "description": "点击任意日期时触发",
    "type": "event"
  },
  "vcm-calendar/confirm": {
    "description": "日期选择完成后触发，若`show-confirm`为`true`，则点击确认按钮后触发",
    "type": "event"
  },
  "vcm-card/thumb": {
    "description": "左侧图片 URL, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-card/title": {
    "description": "标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-card/desc": {
    "description": "描述, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-card/tag": {
    "description": "图片角标, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-card/num": {
    "description": "商品数量, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-card/price": {
    "description": "商品价格, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-card/origin-price": {
    "description": "商品划线原价, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-card/centered": {
    "description": "内容是否垂直居中, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-card/currency": {
    "description": "货币符号, 默认值: ¥, 类型: string",
    "type": "*string*"
  },
  "vcm-card/thumb-link": {
    "description": "点击左侧图片后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-card/lazy-load": {
    "description": "是否开启图片懒加载，须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-card/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-card/click-thumb": {
    "description": "点击自定义图片时触发",
    "type": "event"
  },
  "vcm-cell-group/title": {
    "description": "分组标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell-group/border": {
    "description": "是否显示外边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/icon": {
    "description": "左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell/title": {
    "description": "左侧标题, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-cell/value": {
    "description": "右侧内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-cell/label": {
    "description": "标题下方的描述信息, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell/size": {
    "description": "单元格大小，可选值为 `large`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-cell/border": {
    "description": "是否显示内边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/clickable": {
    "description": "是否开启点击反馈, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/is-link": {
    "description": "是否展示右侧箭头并开启点击反馈, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/required": {
    "description": "是否显示表单必填星号, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/center": {
    "description": "是否使内容垂直居中, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-cell/arrow-direction": {
    "description": "箭头方向，可选值为 `left` `up` `down`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-cell/title-style": {
    "description": "左侧标题额外样式, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-cell/title-class": {
    "description": "左侧标题额外类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-cell/value-class": {
    "description": "右侧内容额外类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-cell/label-class": {
    "description": "描述信息额外类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-cell/click": {
    "description": "点击单元格时触发",
    "type": "event"
  },
  "vcm-checkbox/name": {
    "description": "标识符, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-checkbox/shape": {
    "description": "形状，可选值为 `square`, 默认值: round, 类型: string",
    "type": "*string*"
  },
  "vcm-checkbox/v-model": {
    "description": "是否为选中状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-checkbox/disabled": {
    "description": "是否禁用复选框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-checkbox/label-disabled": {
    "description": "是否禁用复选框文本点击, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-checkbox/label-position": {
    "description": "文本位置，可选值为 `left`, 默认值: right, 类型: string",
    "type": "*string*"
  },
  "vcm-checkbox/icon-size": {
    "description": "图标大小，默认单位为`px`, 默认值: 20px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-checkbox/checked-color": {
    "description": "选中状态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-checkbox/bind-group": {
    "description": "是否与复选框组绑定, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-checkbox/change": {
    "description": "当绑定值变化时触发的事件",
    "type": "event"
  },
  "vcm-checkbox/click": {
    "description": "点击复选框时触发",
    "type": "event"
  },
  "vcm-checkbox-group/v-model": {
    "description": "所有选中项的标识符, 默认值: -, 类型: any[]",
    "type": "*any[]*"
  },
  "vcm-checkbox-group/disabled": {
    "description": "是否禁用所有复选框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-checkbox-group/max": {
    "description": "最大可选数，0 为无限制, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-checkbox-group/icon-size": {
    "description": "所有复选框的图标大小，默认单位为`px`, 默认值: 20px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-checkbox-group/checked-color": {
    "description": "所有复选框的选中状态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-checkbox-group/change": {
    "description": "当绑定值变化时触发的事件",
    "type": "event"
  },
  "vcm-circle/v-model": {
    "description": "当前进度, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-circle/rate": {
    "description": "目标进度, 默认值: 100, 类型: number",
    "type": "*number*"
  },
  "vcm-circle/size": {
    "description": "圆环直径，默认单位为 `px`, 默认值: 100px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-circle/color": {
    "description": "进度条颜色，传入对象格式可以定义渐变色, 默认值: #1989fa, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-circle/layer-color": {
    "description": "轨道颜色, 默认值: #fff, 类型: string",
    "type": "*string*"
  },
  "vcm-circle/fill": {
    "description": "填充颜色, 默认值: none, 类型: string",
    "type": "*string*"
  },
  "vcm-circle/speed": {
    "description": "动画速度（单位为 rate/s）, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-circle/text": {
    "description": "文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-circle/stroke-width": {
    "description": "进度条宽度, 默认值: 40, 类型: number",
    "type": "*number*"
  },
  "vcm-circle/stroke-linecap": {
    "description": "进度条端点的形状，可选值为`sqaure` `butt`, 默认值: round, 类型: string",
    "type": "*string*"
  },
  "vcm-circle/clockwise": {
    "description": "是否顺时针增加, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-row/type": {
    "description": "布局方式，可选值为`flex`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-row/gutter": {
    "description": "列元素之间的间距（单位为px）, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-row/tag": {
    "description": "自定义元素标签, 默认值: div, 类型: string",
    "type": "*string*"
  },
  "vcm-row/justify": {
    "description": "Flex 主轴对齐方式，可选值为 `end` `center`  `space-around` `space-between`, 默认值: start, 类型: string",
    "type": "*string*"
  },
  "vcm-row/align": {
    "description": "Flex 交叉轴对齐方式，可选值为 `center` `bottom`, 默认值: top, 类型: string",
    "type": "*string*"
  },
  "vcm-row/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-col/span": {
    "description": "列元素宽度, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-col/offset": {
    "description": "列元素偏移距离, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-col/tag": {
    "description": "自定义元素标签, 默认值: div, 类型: string",
    "type": "*string*"
  },
  "vcm-col/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-collapse/v-model": {
    "description": "当前展开面板的 name, 默认值: number)[]*, 类型: 手风琴模式：string | number<br>非手风琴模式：(string \\",
    "type": "手风琴模式：*string | number*<br>非手风琴模式：*(string \\"
  },
  "vcm-collapse/accordion": {
    "description": "是否开启手风琴模式, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-collapse/border": {
    "description": "是否显示外边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-collapse/change": {
    "description": "切换面板时触发",
    "type": "event"
  },
  "vcm-collapse-item/name": {
    "description": "唯一标识符，默认为索引值, 默认值: index, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-collapse-item/icon": {
    "description": "标题栏左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-collapse-item/size": {
    "description": "标题栏大小，可选值为 `large`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-collapse-item/title": {
    "description": "标题栏左侧内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-collapse-item/value": {
    "description": "标题栏右侧内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-collapse-item/label": {
    "description": "标题栏描述信息, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-collapse-item/border": {
    "description": "是否显示内边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-collapse-item/is-link": {
    "description": "是否展示标题栏右侧箭头并开启点击反馈, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-collapse-item/disabled": {
    "description": "是否禁用面板, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-collapse-item/title-class": {
    "description": "左侧标题额外类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-collapse-item/value-class": {
    "description": "右侧内容额外类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-collapse-item/label-class": {
    "description": "描述信息额外类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-card/type": {
    "description": "类型，可选值为 `add` `edit`, 默认值: add, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-card/name": {
    "description": "联系人姓名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-card/tel": {
    "description": "联系人手机号, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-card/add-text": {
    "description": "添加时的文案提示, 默认值: 添加订单联系人信息, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-card/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-contact-list/v-model": {
    "description": "当前选中联系人的 id, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-contact-list/list": {
    "description": "联系人列表, 默认值: [], 类型: Contact[]",
    "type": "*contact[]*"
  },
  "vcm-contact-list/add-text": {
    "description": "新建按钮文案, 默认值: 新建联系人, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-list/default-tag-text": {
    "description": "默认联系人标签文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-list/add": {
    "description": "点击新增按钮时触发",
    "type": "event"
  },
  "vcm-contact-list/edit": {
    "description": "点击编辑按钮时触发",
    "type": "event"
  },
  "vcm-contact-list/select": {
    "description": "切换选中的联系人时触发",
    "type": "event"
  },
  "vcm-contact-edit/contact-info": {
    "description": "联系人信息, 默认值: [], 类型: object",
    "type": "*object*"
  },
  "vcm-contact-edit/is-edit": {
    "description": "是否为编辑联系人, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-contact-edit/is-saving": {
    "description": "是否显示保存按钮加载动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-contact-edit/is-deleting": {
    "description": "是否显示删除按钮加载动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-contact-edit/tel-validator": {
    "description": "手机号格式校验函数, 默认值: -, 类型: (tel: string) => boolean",
    "type": "*(tel: string) => boolean*"
  },
  "vcm-contact-edit/show-set-default": {
    "description": "是否显示默认联系人栏, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-contact-edit/set-default-label": {
    "description": "默认联系人栏文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-contact-edit/save": {
    "description": "点击保存按钮时触发",
    "type": "event"
  },
  "vcm-contact-edit/delete": {
    "description": "点击删除按钮时触发",
    "type": "event"
  },
  "vcm-count-down/time": {
    "description": "倒计时时长，单位毫秒, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-count-down/format": {
    "description": "时间格式, 默认值: HH:mm:ss, 类型: string",
    "type": "*string*"
  },
  "vcm-count-down/auto-start": {
    "description": "是否自动开始倒计时, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-count-down/millisecond": {
    "description": "是否开启毫秒级渲染, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-count-down/finish": {
    "description": "倒计时结束时触发",
    "type": "event"
  },
  "vcm-coupon-cell/title": {
    "description": "单元格标题, 默认值: 优惠券, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-cell/chosen-coupon": {
    "description": "当前选中优惠券的索引, 默认值: -1, 类型: number",
    "type": "*number*"
  },
  "vcm-coupon-cell/coupons": {
    "description": "可用优惠券列表, 默认值: [], 类型: Coupon[]",
    "type": "*coupon[]*"
  },
  "vcm-coupon-cell/editable": {
    "description": "能否切换优惠券, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-cell/border": {
    "description": "是否显示内边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-cell/currency": {
    "description": "货币符号, 默认值: ¥, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/v-model": {
    "description": "当前输入的兑换码, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/chosen-coupon": {
    "description": "当前选中优惠券的索引, 默认值: -1, 类型: number",
    "type": "*number*"
  },
  "vcm-coupon-list/coupons": {
    "description": "可用优惠券列表, 默认值: [], 类型: Coupon[]",
    "type": "*coupon[]*"
  },
  "vcm-coupon-list/disabled-coupons": {
    "description": "不可用优惠券列表, 默认值: [], 类型: Coupon[]",
    "type": "*coupon[]*"
  },
  "vcm-coupon-list/enabled-title": {
    "description": "可用优惠券列表标题, 默认值: 可使用优惠券, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/disabled-title": {
    "description": "不可用优惠券列表标题, 默认值: 不可使用优惠券, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/exchange-button-text": {
    "description": "兑换按钮文字, 默认值: 兑换, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/exchange-button-loading": {
    "description": "是否显示兑换按钮加载动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-list/exchange-button-disabled": {
    "description": "是否禁用兑换按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-list/exchange-min-length": {
    "description": "兑换码最小长度, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-coupon-list/displayed-coupon-index": {
    "description": "滚动至特定优惠券位置, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-coupon-list/show-close-button": {
    "description": "是否显示列表底部按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-list/close-button-text": {
    "description": "列表底部按钮文字, 默认值: 不使用优惠, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/input-placeholder": {
    "description": "输入框文字提示, 默认值: 请输入优惠码, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/show-exchange-bar": {
    "description": "是否展示兑换栏, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-list/currency": {
    "description": "货币符号, 默认值: ¥, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/empty-image": {
    "description": "列表为空时的占位图, 默认值: https://img.yzcdn.cn/vant/coupon-empty.png, 类型: string",
    "type": "*string*"
  },
  "vcm-coupon-list/show-count": {
    "description": "是否展示可用 / 不可用数量, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-coupon-list/change": {
    "description": "优惠券切换回调",
    "type": "event"
  },
  "vcm-coupon-list/exchange": {
    "description": "兑换优惠券回调",
    "type": "event"
  },
  "vcm-datetime-picker/type": {
    "description": "类型，可选值为 `date`  `time` `year-month`, 默认值: datetime, 类型: string",
    "type": "*string*"
  },
  "vcm-datetime-picker/min-date": {
    "description": "可选的最小时间，精确到分钟, 默认值: 十年前, 类型: Date",
    "type": "*date*"
  },
  "vcm-datetime-picker/max-date": {
    "description": "可选的最大时间，精确到分钟, 默认值: 十年后, 类型: Date",
    "type": "*date*"
  },
  "vcm-datetime-picker/min-hour": {
    "description": "可选的最小小时，针对 time 类型, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/max-hour": {
    "description": "可选的最大小时，针对 time 类型, 默认值: 23, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/min-minute": {
    "description": "可选的最小分钟，针对 time 类型, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/max-minute": {
    "description": "可选的最大分钟，针对 time 类型, 默认值: 59, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/filter": {
    "description": "选项过滤函数, 默认值: -, 类型: (type, values) => values",
    "type": "*(type, values) => values*"
  },
  "vcm-datetime-picker/formatter": {
    "description": "选项格式化函数, 默认值: -, 类型: (type, value) => value",
    "type": "*(type, value) => value*"
  },
  "vcm-datetime-picker/title": {
    "description": "顶部栏标题, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-datetime-picker/show-toolbar": {
    "description": "是否显示顶部栏, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-datetime-picker/loading": {
    "description": "是否显示加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-datetime-picker/item-height": {
    "description": "选项高度, 默认值: 44, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/confirm-button-text": {
    "description": "确认按钮文字, 默认值: 确认, 类型: string",
    "type": "*string*"
  },
  "vcm-datetime-picker/cancel-button-text": {
    "description": "取消按钮文字, 默认值: 取消, 类型: string",
    "type": "*string*"
  },
  "vcm-datetime-picker/visible-item-count": {
    "description": "可见的选项个数, 默认值: 5, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/swipe-duration": {
    "description": "快速滑动时惯性滚动的时长，单位`ms`, 默认值: 1000, 类型: number",
    "type": "*number*"
  },
  "vcm-datetime-picker/change": {
    "description": "当值变化时触发的事件",
    "type": "event"
  },
  "vcm-datetime-picker/confirm": {
    "description": "点击完成按钮时触发的事件",
    "type": "event"
  },
  "vcm-datetime-picker/cancel": {
    "description": "点击取消按钮时触发的事件",
    "type": "event"
  },
  "vcm-dialog/v-model": {
    "description": "是否显示弹窗, 默认值: -, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/title": {
    "description": "标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/width": {
    "description": "弹窗宽度，默认单位为`px`, 默认值: 320px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-dialog/message": {
    "description": "文本内容，支持通过`\\n`换行, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/message-align": {
    "description": "内容对齐方式，可选值为`left` `right`, 默认值: center, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/show-confirm-button": {
    "description": "是否展示确认按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/show-cancel-button": {
    "description": "是否展示取消按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/confirm-button-text": {
    "description": "确认按钮文案, 默认值: 确认, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/confirm-button-color": {
    "description": "确认按钮颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/cancel-button-text": {
    "description": "取消按钮文案, 默认值: 取消, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/cancel-button-color": {
    "description": "取消按钮颜色, 默认值: #000, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/overlay": {
    "description": "是否展示遮罩层, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/overlay-class": {
    "description": "自定义遮罩层类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/overlay-style": {
    "description": "自定义遮罩层样式, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-dialog/close-on-popstate": {
    "description": "是否在页面回退时自动关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭弹窗, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/lazy-render": {
    "description": "是否在显示弹层时才渲染节点, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/lock-scroll": {
    "description": "是否锁定背景滚动, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dialog/before-close": {
    "description": "关闭前的回调函数，调用 done() 后关闭弹窗，<br>调用 done(false) 阻止弹窗关闭, 默认值: -, 类型: (action, done) => void",
    "type": "*(action, done) => void*"
  },
  "vcm-dialog/transition": {
    "description": "动画类名，等价于 [transtion](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-dialog/get-container": {
    "description": "指定挂载的节点，[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-dialog/confirm": {
    "description": "点击确认按钮时触发",
    "type": "event"
  },
  "vcm-dialog/cancel": {
    "description": "点击取消按钮时触发",
    "type": "event"
  },
  "vcm-dialog/open": {
    "description": "打开弹窗时触发",
    "type": "event"
  },
  "vcm-dialog/opened": {
    "description": "打开弹窗且动画结束后触发",
    "type": "event"
  },
  "vcm-dialog/close": {
    "description": "关闭弹窗时触发",
    "type": "event"
  },
  "vcm-dialog/closed": {
    "description": "关闭弹窗且动画结束后触发",
    "type": "event"
  },
  "vcm-divider/dashed": {
    "description": "是否使用虚线, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-divider/hairline": {
    "description": "是否使用 0.5px 线, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-divider/content-position": {
    "description": "内容位置，可选值为`left` `right`, 默认值: center, 类型: string",
    "type": "*string*"
  },
  "vcm-dropdown-menu/active-color": {
    "description": "菜单标题和选项的选中态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-dropdown-menu/z-index": {
    "description": "菜单栏 z-index 层级, 默认值: 10, 类型: number",
    "type": "*number*"
  },
  "vcm-dropdown-menu/duration": {
    "description": "动画时长，单位秒, 默认值: 0.2, 类型: number",
    "type": "*number*"
  },
  "vcm-dropdown-menu/direction": {
    "description": "菜单展开方向，可选值为`up`, 默认值: down, 类型: string",
    "type": "*string*"
  },
  "vcm-dropdown-menu/overlay": {
    "description": "是否显示遮罩层, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dropdown-menu/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭菜单, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dropdown-menu/close-on-click-outside": {
    "description": "是否在点击外部元素后关闭菜单, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dropdown-item/value": {
    "description": "当前选中项对应的 value，可以通过`v-model`双向绑定, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-dropdown-item/title": {
    "description": "菜单项标题, 默认值: 当前选中项文字, 类型: string",
    "type": "*string*"
  },
  "vcm-dropdown-item/options": {
    "description": "选项数组, 默认值: [], 类型: Option[]",
    "type": "*option[]*"
  },
  "vcm-dropdown-item/disabled": {
    "description": "是否禁用菜单, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-dropdown-item/title-class": {
    "description": "标题额外类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-dropdown-item/get-container": {
    "description": "指定挂载的节点，[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-dropdown-item/change": {
    "description": "点击选项导致 value 变化时触发",
    "type": "event"
  },
  "vcm-dropdown-item/open": {
    "description": "打开菜单栏时触发",
    "type": "event"
  },
  "vcm-dropdown-item/opened": {
    "description": "关闭菜单栏且动画结束后触发",
    "type": "event"
  },
  "vcm-dropdown-item/close": {
    "description": "关闭菜单栏时触发",
    "type": "event"
  },
  "vcm-field/label": {
    "description": "输入框左侧文本, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/value": {
    "description": "当前输入的值, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-field/type": {
    "description": "输入框类型, 可选值为 `tel` `digit``number` `textarea` `password` 等, 默认值: text, 类型: string",
    "type": "*string*"
  },
  "vcm-field/size": {
    "description": "大小，可选值为 `large`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/maxlength": {
    "description": "输入的最大字符数, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-field/placeholder": {
    "description": "占位提示文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/border": {
    "description": "是否显示内边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/disabled": {
    "description": "是否禁用输入框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/readonly": {
    "description": "是否只读, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/required": {
    "description": "是否显示表单必填星号, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/clearable": {
    "description": "是否启用清除控件, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/clickable": {
    "description": "是否开启点击反馈, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/is-link": {
    "description": "是否展示右侧箭头并开启点击反馈, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/autofocus": {
    "description": "是否自动聚焦，iOS 系统不支持该属性, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/show-word-limit": {
    "description": "是否显示字数统计，需要设置`maxlength`属性, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/error": {
    "description": "是否将输入内容标红, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-field/formatter": {
    "description": "输入内容格式化函数, 默认值: -, 类型: Function",
    "type": "*function*"
  },
  "vcm-field/arrow-direction": {
    "description": "箭头方向，可选值为 `left` `up` `down`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/error-message": {
    "description": "底部错误提示文案，为空时不展示, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-field/label-class": {
    "description": "左侧文本额外类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-field/label-width": {
    "description": "左侧文本宽度，默认单位为`px`, 默认值: 90px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-field/label-align": {
    "description": "左侧文本对齐方式，可选值为 `center` `right`, 默认值: left, 类型: string",
    "type": "*string*"
  },
  "vcm-field/input-align": {
    "description": "输入框内容对齐方式，可选值为 `center` `right`, 默认值: left, 类型: string",
    "type": "*string*"
  },
  "vcm-field/error-message-align": {
    "description": "错误提示文案对齐方式，可选值为 `center` `right`, 默认值: left, 类型: string",
    "type": "*string*"
  },
  "vcm-field/autosize": {
    "description": "是否自适应内容高度，只对 textarea 有效，可传入对象,如 { maxHeight: 100, minHeight: 50 }，<br>单位为`px`, 默认值: false, 类型: boolean | object",
    "type": "*boolean | object*"
  },
  "vcm-field/left-icon": {
    "description": "左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/right-icon": {
    "description": "右侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-field/input": {
    "description": "输入框内容变化时触发",
    "type": "event"
  },
  "vcm-field/focus": {
    "description": "输入框获得焦点时触发",
    "type": "event"
  },
  "vcm-field/blur": {
    "description": "输入框失去焦点时触发",
    "type": "event"
  },
  "vcm-field/clear": {
    "description": "点击清除按钮时触发",
    "type": "event"
  },
  "vcm-field/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-field/click-left-icon": {
    "description": "点击左侧图标时触发",
    "type": "event"
  },
  "vcm-field/click-right-icon": {
    "description": "点击右侧图标时触发",
    "type": "event"
  },
  "vcm-goods-action/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-goods-action-icon/text": {
    "description": "按钮文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-icon/icon": {
    "description": "图标, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-icon/color": {
    "description": "图标颜色, 默认值: #323233, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-icon/icon-class": {
    "description": "图标额外类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-goods-action-icon/info": {
    "description": "图标右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-goods-action-icon/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-icon/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-goods-action-icon/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-goods-action-button/text": {
    "description": "按钮文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-button/type": {
    "description": "按钮类型，可选值为 `primary` `info` `warning` `danger`, 默认值: default, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-button/color": {
    "description": "按钮颜色，支持传入`linear-gradient`渐变色, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-button/disabled": {
    "description": "是否禁用按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-goods-action-button/loading": {
    "description": "是否显示为加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-goods-action-button/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-goods-action-button/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-goods-action-button/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid/column-num": {
    "description": "列数, 默认值: 4, 类型: number",
    "type": "*number*"
  },
  "vcm-grid/gutter": {
    "description": "格子之间的间距，默认单位为`px`, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-grid/border": {
    "description": "是否显示边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid/center": {
    "description": "是否将格子内容居中显示, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid/square": {
    "description": "是否将格子固定为正方形, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid/clickable": {
    "description": "是否开启格子点击反馈, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid/icon-size": {
    "description": "图标大小，默认单位为`px`, 默认值: 28px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-grid-item/text": {
    "description": "文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-grid-item/icon": {
    "description": "图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-grid-item/dot": {
    "description": "是否显示图标右上角小红点, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid-item/info": {
    "description": "图标右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-grid-item/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-grid-item/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-grid-item/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-grid-item/click": {
    "description": "点击格子时触发",
    "type": "event"
  },
  "vcm-icon/name": {
    "description": "图标名称或图片链接, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-icon/dot": {
    "description": "是否显示图标右上角小红点, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-icon/info": {
    "description": "图标右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-icon/color": {
    "description": "图标颜色, 默认值: inherit, 类型: string",
    "type": "*string*"
  },
  "vcm-icon/size": {
    "description": "图标大小，如 `20px` `2em`，默认单位为`px`, 默认值: inherit, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-icon/class-prefix": {
    "description": "类名前缀, 默认值: van-icon, 类型: string",
    "type": "*string*"
  },
  "vcm-icon/tag": {
    "description": "HTML 标签, 默认值: i, 类型: string",
    "type": "*string*"
  },
  "vcm-icon/click": {
    "description": "点击图标时触发",
    "type": "event"
  },
  "vcm-image/src": {
    "description": "图片链接, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-image/fit": {
    "description": "图片填充模式, 默认值: fill, 类型: string",
    "type": "*string*"
  },
  "vcm-image/alt": {
    "description": "替代文本, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-image/width": {
    "description": "宽度，默认单位为`px`, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-image/height": {
    "description": "高度，默认单位为`px`, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-image/radius": {
    "description": "圆角大小，默认单位为`px`, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-image/round": {
    "description": "是否显示为圆形, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image/lazy-load": {
    "description": "是否开启图片懒加载，须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image/show-error": {
    "description": "是否展示图片加载失败提示, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image/show-loading": {
    "description": "是否展示图片加载中提示, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image/error-icon": {
    "description": "失败时提示的图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: warning-o, 类型: string",
    "type": "*string*"
  },
  "vcm-image/loading-icon": {
    "description": "加载时提示的图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: photo-o, 类型: string",
    "type": "*string*"
  },
  "vcm-image/click": {
    "description": "点击图片时触发",
    "type": "event"
  },
  "vcm-image/load": {
    "description": "图片加载完毕时触发",
    "type": "event"
  },
  "vcm-image/error": {
    "description": "图片加载失败时触发",
    "type": "event"
  },
  "vcm-image-preview/images": {
    "description": "需要预览的图片 URL 数组, 默认值: [], 类型: string[]",
    "type": "*string[]*"
  },
  "vcm-image-preview/start-position": {
    "description": "图片预览起始位置索引, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-image-preview/show-index": {
    "description": "是否显示页码, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/show-indicators": {
    "description": "是否显示轮播指示器, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/loop": {
    "description": "是否开启循环播放, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/swipe-duration": {
    "description": "动画时长，单位为 ms, 默认值: 500, 类型: number",
    "type": "*number*"
  },
  "vcm-image-preview/async-close": {
    "description": "是否开启异步关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/close-on-popstate": {
    "description": "是否在页面回退时自动关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/class-name": {
    "description": "自定义类名, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-image-preview/lazy-load": {
    "description": "是否开启图片懒加载，须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-image-preview/max-zoom": {
    "description": "手势缩放时，最大缩放比例, 默认值: 3, 类型: number",
    "type": "*number*"
  },
  "vcm-image-preview/min-zoom": {
    "description": "手势缩放时，最小缩放比例, 默认值: 1/3, 类型: number",
    "type": "*number*"
  },
  "vcm-image-preview/close": {
    "description": "关闭时触发",
    "type": "event"
  },
  "vcm-image-preview/change": {
    "description": "切换当前图片时触发",
    "type": "event"
  },
  "vcm-index-bar/index-list": {
    "description": "索引字符列表, 默认值: A-Z, 类型: string[] | number[]",
    "type": "*string[] | number[]*"
  },
  "vcm-index-bar/z-index": {
    "description": "z-index 层级, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-index-bar/sticky": {
    "description": "是否开启锚点自动吸顶, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-index-bar/sticky-offset-top": {
    "description": "锚点自动吸顶时与顶部的距离, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-index-bar/highlight-color": {
    "description": "索引字符高亮颜色, 默认值: #07c160, 类型: string",
    "type": "*string*"
  },
  "vcm-index-bar/select": {
    "description": "选中字符时触发",
    "type": "event"
  },
  "vcm-index-anchor/index": {
    "description": "索引字符, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-list/v-model": {
    "description": "是否处于加载状态，加载过程中不触发`load`事件, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-list/finished": {
    "description": "是否已加载完成，加载完成后不再触发`load`事件, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-list/error": {
    "description": "是否加载失败，加载失败后点击错误提示可以重新触发`load`事件，必须使用`sync`修饰符, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-list/offset": {
    "description": "滚动条与底部距离小于 offset 时触发`load`事件, 默认值: 300, 类型: number",
    "type": "*number*"
  },
  "vcm-list/loading-text": {
    "description": "加载过程中的提示文案, 默认值: 加载中..., 类型: string",
    "type": "*string*"
  },
  "vcm-list/finished-text": {
    "description": "加载完成后的提示文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-list/error-text": {
    "description": "加载失败后的提示文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-list/immediate-check": {
    "description": "是否在初始化时立即执行滚动位置检查, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-list/direction": {
    "description": "滚动触发加载的方向，可选值为`up`, 默认值: down, 类型: string",
    "type": "*string*"
  },
  "vcm-list/load": {
    "description": "滚动条与底部距离小于 offset 时触发",
    "type": "event"
  },
  "vcm-loading/color": {
    "description": "颜色, 默认值: #c9c9c9, 类型: string",
    "type": "*string*"
  },
  "vcm-loading/type": {
    "description": "类型，可选值为 `spinner`, 默认值: circular, 类型: string",
    "type": "*string*"
  },
  "vcm-loading/size": {
    "description": "加载图标大小，默认单位为`px`, 默认值: 30px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-loading/text-size": {
    "description": "文字大小，默认单位为`px`, 默认值: 14px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-loading/vertical": {
    "description": "是否垂直排列图标和文字内容, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-nav-bar/title": {
    "description": "标题, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-nav-bar/left-text": {
    "description": "左侧文案, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-nav-bar/right-text": {
    "description": "右侧文案, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-nav-bar/left-arrow": {
    "description": "是否显示左侧箭头, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-nav-bar/fixed": {
    "description": "是否固定在顶部, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-nav-bar/border": {
    "description": "是否显示下边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-nav-bar/z-index": {
    "description": "元素 z-index, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-nav-bar/click-left": {
    "description": "点击左侧按钮时触发",
    "type": "event"
  },
  "vcm-nav-bar/click-right": {
    "description": "点击右侧按钮时触发",
    "type": "event"
  },
  "vcm-notice-bar/mode": {
    "description": "通知栏模式，可选值为 `closeable` `link`, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-notice-bar/text": {
    "description": "通知文本内容, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-notice-bar/delay": {
    "description": "动画延迟时间 (s), 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-notice-bar/speed": {
    "description": "滚动速率 (px/s), 默认值: 50, 类型: number",
    "type": "*number*"
  },
  "vcm-notice-bar/scrollable": {
    "description": "是否在长度溢出时滚动播放, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-notice-bar/wrapable": {
    "description": "是否开启文本换行，只在禁用滚动时生效, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-notice-bar/left-icon": {
    "description": "左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-notice-bar/color": {
    "description": "文本颜色, 默认值: #f60, 类型: string",
    "type": "*string*"
  },
  "vcm-notice-bar/background": {
    "description": "滚动条背景, 默认值: #fff7cc, 类型: string",
    "type": "*string*"
  },
  "vcm-notice-bar/click": {
    "description": "点击通知栏时触发",
    "type": "event"
  },
  "vcm-notice-bar/close": {
    "description": "关闭通知栏时触发",
    "type": "event"
  },
  "vcm-number-keyboard/v-model": {
    "description": "当前输入值, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/show": {
    "description": "键盘完全弹出时触发",
    "type": "event"
  },
  "vcm-number-keyboard/theme": {
    "description": "样式风格，可选值为 `default` `custom`, 默认值: default, 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/title": {
    "description": "键盘标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/maxlength": {
    "description": "输入值最大长度, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-number-keyboard/transition": {
    "description": "是否开启过场动画, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-number-keyboard/z-index": {
    "description": "键盘 z-index, 默认值: 100, 类型: number",
    "type": "*number*"
  },
  "vcm-number-keyboard/extra-key": {
    "description": "左下角按键内容, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/close-button-text": {
    "description": "关闭按钮文字，空则不展示, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/delete-button-text": {
    "description": "删除按钮文字, 默认值: 删除, 类型: string",
    "type": "*string*"
  },
  "vcm-number-keyboard/show-delete-key": {
    "description": "是否展示删除按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-number-keyboard/hide-on-click-outside": {
    "description": "点击外部时是否收起键盘, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-number-keyboard/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-number-keyboard/input": {
    "description": "点击按键时触发",
    "type": "event"
  },
  "vcm-number-keyboard/delete": {
    "description": "点击删除键时触发",
    "type": "event"
  },
  "vcm-number-keyboard/close": {
    "description": "点击关闭按钮时触发",
    "type": "event"
  },
  "vcm-number-keyboard/blur": {
    "description": "点击关闭按钮或非键盘区域时触发",
    "type": "event"
  },
  "vcm-number-keyboard/hide": {
    "description": "键盘完全收起时触发",
    "type": "event"
  },
  "vcm-overlay/show": {
    "description": "是否展示遮罩层, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-overlay/z-index": {
    "description": "z-index 层级, 默认值: 1, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-overlay/duration": {
    "description": "动画时长，单位秒, 默认值: 0.3, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-overlay/class-name": {
    "description": "自定义类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-overlay/custom-style": {
    "description": "自定义样式, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-overlay/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-pagination/v-model": {
    "description": "当前页码, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-pagination/mode": {
    "description": "显示模式，可选值为 `simple` `multi`, 默认值: multi, 类型: string",
    "type": "*string*"
  },
  "vcm-pagination/total-items": {
    "description": "总记录数, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-pagination/items-per-page": {
    "description": "每页记录数, 默认值: 10, 类型: number",
    "type": "*number*"
  },
  "vcm-pagination/page-count": {
    "description": "总页数, 默认值: 根据页数计算, 类型: number",
    "type": "*number*"
  },
  "vcm-pagination/prev-text": {
    "description": "上一页, 默认值: 上一页, 类型: string",
    "type": "*string*"
  },
  "vcm-pagination/next-text": {
    "description": "下一页, 默认值: 下一页, 类型: string",
    "type": "*string*"
  },
  "vcm-pagination/show-page-size": {
    "description": "显示的页码个数, 默认值: 5, 类型: number",
    "type": "*number*"
  },
  "vcm-pagination/force-ellipses": {
    "description": "显示省略号, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-pagination/change": {
    "description": "页码改变时触发",
    "type": "event"
  },
  "vcm-panel/title": {
    "description": "标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-panel/desc": {
    "description": "描述, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-panel/status": {
    "description": "状态, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-panel/icon": {
    "description": "标题左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-password-input/value": {
    "description": "密码值, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-password-input/length": {
    "description": "密码最大长度, 默认值: 6, 类型: number",
    "type": "*number*"
  },
  "vcm-password-input/mask": {
    "description": "是否隐藏密码内容, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-password-input/focused": {
    "description": "是否已聚焦，聚焦时会显示光标, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-password-input/info": {
    "description": "输入框下方文字提示, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-password-input/error-info": {
    "description": "输入框下方错误提示, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-password-input/gutter": {
    "description": "输入框格子之间的间距，如 `20px` `2em`，默认单位为`px`, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-password-input/focus": {
    "description": "输入框聚焦时触发",
    "type": "event"
  },
  "vcm-picker/columns": {
    "description": "对象数组，配置每一列显示的数据, 默认值: [], 类型: Column[]",
    "type": "*column[]*"
  },
  "vcm-picker/show-toolbar": {
    "description": "是否显示顶部栏, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-picker/toolbar-position": {
    "description": "顶部栏位置，可选值为`bottom`, 默认值: top, 类型: string",
    "type": "*string*"
  },
  "vcm-picker/title": {
    "description": "顶部栏标题, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-picker/loading": {
    "description": "是否显示加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-picker/value-key": {
    "description": "选项对象中，文字对应的 key, 默认值: text, 类型: string",
    "type": "*string*"
  },
  "vcm-picker/item-height": {
    "description": "选项高度, 默认值: 44, 类型: number",
    "type": "*number*"
  },
  "vcm-picker/confirm-button-text": {
    "description": "确认按钮文字, 默认值: 确认, 类型: string",
    "type": "*string*"
  },
  "vcm-picker/cancel-button-text": {
    "description": "取消按钮文字, 默认值: 取消, 类型: string",
    "type": "*string*"
  },
  "vcm-picker/visible-item-count": {
    "description": "可见的选项个数, 默认值: 5, 类型: number",
    "type": "*number*"
  },
  "vcm-picker/allow-html": {
    "description": "是否允许选项内容中渲染 HTML, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-picker/default-index": {
    "description": "单列选择器的默认选中项索引，多列选择器请参考下方的 Columns 配置, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-picker/swipe-duration": {
    "description": "快速滑动时惯性滚动的时长，单位`ms`, 默认值: 1000, 类型: number",
    "type": "*number*"
  },
  "vcm-picker/confirm": {
    "description": "点击完成按钮时触发",
    "type": "event"
  },
  "vcm-picker/cancel": {
    "description": "点击取消按钮时触发",
    "type": "event"
  },
  "vcm-picker/change": {
    "description": "选项改变时触发",
    "type": "event"
  },
  "vcm-popup/v-model": {
    "description": "当前组件是否显示, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/overlay": {
    "description": "是否显示遮罩层, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/position": {
    "description": "弹出位置，可选值为 `top` `bottom` `right` `left`, 默认值: center, 类型: string",
    "type": "*string*"
  },
  "vcm-popup/overlay-class": {
    "description": "自定义遮罩层类名, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-popup/overlay-style": {
    "description": "自定义遮罩层样式, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-popup/duration": {
    "description": "动画时长，单位秒, 默认值: 0.3, 类型: number",
    "type": "*number*"
  },
  "vcm-popup/round": {
    "description": "是否显示圆角, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/lock-scroll": {
    "description": "是否锁定背景滚动, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/lazy-render": {
    "description": "是否在显示弹层时才渲染节点, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/close-on-popstate": {
    "description": "是否在页面回退时自动关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/closeable": {
    "description": "是否显示关闭图标, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/close-icon": {
    "description": "关闭图标名称或图片链接, 默认值: cross, 类型: string",
    "type": "*string*"
  },
  "vcm-popup/close-icon-position": {
    "description": "关闭图标位置，可选值为`top-left``bottom-left` `bottom-right`, 默认值: top-right, 类型: string",
    "type": "*string*"
  },
  "vcm-popup/transition": {
    "description": "动画类名，等价于 [transtion](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-popup/get-container": {
    "description": "指定挂载的节点, 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-popup/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-popup/click": {
    "description": "点击弹出层时触发",
    "type": "event"
  },
  "vcm-popup/open": {
    "description": "打开弹出层时触发",
    "type": "event"
  },
  "vcm-popup/opened": {
    "description": "打开弹出层且动画结束后触发",
    "type": "event"
  },
  "vcm-popup/close": {
    "description": "关闭弹出层时触发",
    "type": "event"
  },
  "vcm-popup/closed": {
    "description": "关闭弹出层且动画结束后触发",
    "type": "event"
  },
  "vcm-popup/click-overlay": {
    "description": "点击遮罩层时触发",
    "type": "event"
  },
  "vcm-progress/inactive": {
    "description": "是否置灰, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-progress/percentage": {
    "description": "进度百分比, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-progress/stroke-width": {
    "description": "进度条粗细，默认单位为`px`, 默认值: 4px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-progress/show-pivot": {
    "description": "是否显示进度文字, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-progress/color": {
    "description": "进度条颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-progress/text-color": {
    "description": "进度文字颜色, 默认值: #fff, 类型: string",
    "type": "*string*"
  },
  "vcm-progress/track-color": {
    "description": "轨道颜色, 默认值: #e5e5e5, 类型: string",
    "type": "*string*"
  },
  "vcm-progress/pivot-text": {
    "description": "文字显示, 默认值: 百分比文字, 类型: string",
    "type": "*string*"
  },
  "vcm-progress/pivot-color": {
    "description": "文字背景色, 默认值: 与进度条颜色一致, 类型: string",
    "type": "*string*"
  },
  "vcm-pull-refresh/v-model": {
    "description": "是否处于加载中状态, 默认值: -, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-pull-refresh/pulling-text": {
    "description": "下拉过程提示文案, 默认值: 下拉即可刷新..., 类型: string",
    "type": "*string*"
  },
  "vcm-pull-refresh/loosing-text": {
    "description": "释放过程提示文案, 默认值: 释放即可刷新..., 类型: string",
    "type": "*string*"
  },
  "vcm-pull-refresh/loading-text": {
    "description": "加载过程提示文案, 默认值: 加载中..., 类型: string",
    "type": "*string*"
  },
  "vcm-pull-refresh/success-text": {
    "description": "刷新成功提示文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-pull-refresh/success-duration": {
    "description": "刷新成功提示展示时长(ms), 默认值: 500, 类型: number",
    "type": "*number*"
  },
  "vcm-pull-refresh/animation-duration": {
    "description": "动画时长, 默认值: 300, 类型: number",
    "type": "*number*"
  },
  "vcm-pull-refresh/head-height": {
    "description": "顶部内容高度, 默认值: 50, 类型: number",
    "type": "*number*"
  },
  "vcm-pull-refresh/disabled": {
    "description": "是否禁用下拉刷新, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-pull-refresh/refresh": {
    "description": "下拉刷新时触发",
    "type": "event"
  },
  "vcm-radio/name": {
    "description": "标识符, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-radio/shape": {
    "description": "形状，可选值为 `square`, 默认值: round, 类型: string",
    "type": "*string*"
  },
  "vcm-radio/disabled": {
    "description": "是否为禁用状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-radio/label-disabled": {
    "description": "是否禁用文本内容点击, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-radio/label-position": {
    "description": "文本位置，可选值为 `left`, 默认值: right, 类型: string",
    "type": "*string*"
  },
  "vcm-radio/icon-size": {
    "description": "图标大小，默认单位为`px`, 默认值: 20px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-radio/checked-color": {
    "description": "选中状态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-radio/click": {
    "description": "点击单选框时触发",
    "type": "event"
  },
  "vcm-radio-group/v-model": {
    "description": "当前选中项的标识符, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-radio-group/disabled": {
    "description": "是否禁用所有单选框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-radio-group/icon-size": {
    "description": "所有单选框的图标大小，默认单位为`px`, 默认值: 20px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-radio-group/checked-color": {
    "description": "所有单选框的选中状态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-radio-group/change": {
    "description": "当绑定值变化时触发的事件",
    "type": "event"
  },
  "vcm-rate/v-model": {
    "description": "当前分值, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-rate/count": {
    "description": "图标总数, 默认值: 5, 类型: number",
    "type": "*number*"
  },
  "vcm-rate/size": {
    "description": "图标大小，默认单位为`px`, 默认值: 20px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-rate/gutter": {
    "description": "图标间距，默认单位为`px`, 默认值: 4px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-rate/color": {
    "description": "选中时的颜色, 默认值: #ffd21e, 类型: string",
    "type": "*string*"
  },
  "vcm-rate/void-color": {
    "description": "未选中时的颜色, 默认值: #c7c7c7, 类型: string",
    "type": "*string*"
  },
  "vcm-rate/disabled-color": {
    "description": "禁用时的颜色, 默认值: #bdbdbd, 类型: string",
    "type": "*string*"
  },
  "vcm-rate/icon": {
    "description": "选中时的图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: star, 类型: string",
    "type": "*string*"
  },
  "vcm-rate/void-icon": {
    "description": "未选中时的图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: star-o, 类型: string",
    "type": "*string*"
  },
  "vcm-rate/allow-half": {
    "description": "是否允许半选, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-rate/readonly": {
    "description": "是否为只读状态\b, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-rate/disabled": {
    "description": "是否禁用评分, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-rate/touchable": {
    "description": "是否可以通过滑动手势选择评分, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-rate/change": {
    "description": "当前分值变化时触发的事件",
    "type": "event"
  },
  "vcm-search/label": {
    "description": "搜索框左侧文本, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-search/shape": {
    "description": "搜索框形状，可选值为 `round`, 默认值: square, 类型: string",
    "type": "*string*"
  },
  "vcm-search/background": {
    "description": "搜索框背景色, 默认值: #f2f2f2, 类型: string",
    "type": "*string*"
  },
  "vcm-search/maxlength": {
    "description": "输入的最大字符数, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-search/placeholder": {
    "description": "占位提示文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-search/clearable": {
    "description": "是否启用清除控件, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/autofocus": {
    "description": "是否自动聚焦，iOS 系统不支持该属性, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/show-action": {
    "description": "是否在搜索框右侧显示取消按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/action-text": {
    "description": "取消按钮文字, 默认值: 取消, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/disabled": {
    "description": "是否禁用输入框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/readonly": {
    "description": "是否将输入框设为只读, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/error": {
    "description": "是否将输入内容标红, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-search/input-align": {
    "description": "输入框内容对齐方式，可选值为 `center` `right`, 默认值: left, 类型: string",
    "type": "*string*"
  },
  "vcm-search/left-icon": {
    "description": "输入框左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: search, 类型: string",
    "type": "*string*"
  },
  "vcm-search/right-icon": {
    "description": "输入框右侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-search/search": {
    "description": "确定搜索时触发",
    "type": "event"
  },
  "vcm-search/input": {
    "description": "输入框内容变化时触发",
    "type": "event"
  },
  "vcm-search/focus": {
    "description": "输入框获得焦点时触发",
    "type": "event"
  },
  "vcm-search/blur": {
    "description": "输入框失去焦点时触发",
    "type": "event"
  },
  "vcm-search/clear": {
    "description": "点击清除按钮后触发",
    "type": "event"
  },
  "vcm-search/cancel": {
    "description": "点击取消按钮时触发",
    "type": "event"
  },
  "vcm-sidebar/v-model": {
    "description": "当前导航项的索引, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-sidebar/change": {
    "description": "切换导航项时触发",
    "type": "event"
  },
  "vcm-sidebar-item/title": {
    "description": "内容, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-sidebar-item/dot": {
    "description": "是否显示右上角小红点, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sidebar-item/info": {
    "description": "右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-sidebar-item/disabled": {
    "description": "是否禁用该项, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sidebar-item/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-sidebar-item/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-sidebar-item/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sidebar-item/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-skeleton/row": {
    "description": "段落占位图行数, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-skeleton/row-width": {
    "description": "段落占位图宽度，可传数组来设置每一行的宽度, 默认值: number[] \\, 类型: number | string \\",
    "type": "*number | string \\"
  },
  "vcm-skeleton/title": {
    "description": "是否显示标题占位图, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-skeleton/title-width": {
    "description": "标题占位图宽度, 默认值: 40%, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-skeleton/avatar": {
    "description": "是否显示头像占位图, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-skeleton/avatar-size": {
    "description": "头像占位图大小, 默认值: 32px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-skeleton/avatar-shape": {
    "description": "头像占位图形状，可选值为`square`, 默认值: round, 类型: string",
    "type": "*string*"
  },
  "vcm-skeleton/loading": {
    "description": "是否显示占位图，传`false`时会展示子组件内容, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-skeleton/animate": {
    "description": "是否开启动画, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/v-model": {
    "description": "是否显示sku, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/sku": {
    "description": "商品sku数据, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-sku/goods": {
    "description": "商品信息, 默认值: -, 类型: object",
    "type": "*object*"
  },
  "vcm-sku/goods-id": {
    "description": "商品 id, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-sku/price-tag": {
    "description": "显示在价格后面的标签, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-sku/hide-stock": {
    "description": "是否显示商品剩余库存, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/hide-quota-text": {
    "description": "是否显示限购提示, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/hide-selected-text": {
    "description": "是否隐藏已选提示, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/stock-threshold": {
    "description": "库存阈值。低于这个值会把库存数高亮显示, 默认值: 50, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/show-add-cart-btn": {
    "description": "是否显示加入购物车按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/buy-text": {
    "description": "购买按钮文字, 默认值: 立即购买, 类型: string",
    "type": "*string*"
  },
  "vcm-sku/add-cart-text": {
    "description": "加入购物车按钮文字, 默认值: 加入购物车, 类型: string",
    "type": "*string*"
  },
  "vcm-sku/quota": {
    "description": "限购数，0 表示不限购, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-sku/quota-used": {
    "description": "已经购买过的数量, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-sku/reset-stepper-on-hide": {
    "description": "隐藏时重置选择的商品数量, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/reset-selected-sku-on-hide": {
    "description": "隐藏时重置已选择的 sku, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/disable-stepper-input": {
    "description": "是否禁用步进器输入, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/close-on-click-overlay": {
    "description": "是否在点击遮罩层后关闭, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/stepper-title": {
    "description": "数量选择组件左侧文案, 默认值: 购买数量, 类型: string",
    "type": "*string*"
  },
  "vcm-sku/custom-stepper-config": {
    "description": "步进器相关自定义配置, 默认值: {}, 类型: object",
    "type": "*object*"
  },
  "vcm-sku/message-config": {
    "description": "留言相关配置, 默认值: {}, 类型: object",
    "type": "*object*"
  },
  "vcm-sku/get-container": {
    "description": "指定挂载的节点，[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -, 类型: string | () => Element",
    "type": "*string | () => element*"
  },
  "vcm-sku/initial-sku": {
    "description": "默认选中的 sku，具体参考高级用法, 默认值: {}, 类型: object",
    "type": "*object*"
  },
  "vcm-sku/show-soldout-sku": {
    "description": "是否展示售罄的 sku，默认展示并置灰, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-sku/start-sale-num": {
    "description": "起售数量, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-sku/properties": {
    "description": "商品属性, 默认值: -, 类型: array",
    "type": "*array*"
  },
  "vcm-sku/add-cart": {
    "description": "点击添加购物车回调",
    "type": "event"
  },
  "vcm-sku/buy-clicked": {
    "description": "点击购买回调",
    "type": "event"
  },
  "vcm-sku/stepper-change": {
    "description": "购买数量变化时触发",
    "type": "event"
  },
  "vcm-sku/sku-selected": {
    "description": "切换规格类目时触发",
    "type": "event"
  },
  "vcm-sku/sku-prop-selected": {
    "description": "切换商品属性时触发",
    "type": "event"
  },
  "vcm-sku/open-preview": {
    "description": "打开商品图片预览时触发",
    "type": "event"
  },
  "vcm-sku/close-preview": {
    "description": "关闭商品图片预览时触发",
    "type": "event"
  },
  "vcm-slider/value": {
    "description": "当前进度百分比, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-slider/max": {
    "description": "最大值, 默认值: 100, 类型: number",
    "type": "*number*"
  },
  "vcm-slider/min": {
    "description": "最小值, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-slider/step": {
    "description": "步长, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-slider/bar-height": {
    "description": "进度条高度，默认单位为`px`, 默认值: 2px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-slider/active-color": {
    "description": "进度条激活态颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-slider/inactive-color": {
    "description": "进度条默认颜色, 默认值: #e5e5e5, 类型: string",
    "type": "*string*"
  },
  "vcm-slider/disabled": {
    "description": "是否禁用滑块, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-slider/vertical": {
    "description": "是否垂直展示, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-slider/input": {
    "description": "进度变化时实时触发",
    "type": "event"
  },
  "vcm-slider/change": {
    "description": "进度变化且结束拖动后触发",
    "type": "event"
  },
  "vcm-slider/drag-start": {
    "description": "开始拖动时触发",
    "type": "event"
  },
  "vcm-slider/drag-end": {
    "description": "结束拖动时触发",
    "type": "event"
  },
  "vcm-stepper/v-model": {
    "description": "当前输入值, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/min": {
    "description": "最小值, 默认值: 1, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/max": {
    "description": "最大值, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/default-value": {
    "description": "初始值，当 v-model 为空时生效, 默认值: 1, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/step": {
    "description": "步长，每次点击时改变的值, 默认值: 1, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/name": {
    "description": "标识符，可以在`change`事件回调参数中获取, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/integer": {
    "description": "是否只允许输入整数, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/disabled": {
    "description": "是否禁用步进器, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/disable-plus": {
    "description": "是否禁用增加按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/disable-minus": {
    "description": "是否禁用减少按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/disable-input": {
    "description": "是否禁用输入框, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/async-change": {
    "description": "是否开启异步变更，开启后需要手动控制输入值, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/input-width": {
    "description": "输入框宽度，默认单位为`px`, 默认值: 32px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/button-size": {
    "description": "按钮大小以及输入框高度，默认单位为`px`, 默认值: 28px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-stepper/show-plus": {
    "description": "是否显示增加按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/show-minus": {
    "description": "是否显示减少按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/long-press": {
    "description": "是否开启长按手势, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-stepper/decimal-length": {
    "description": "固定显示的小数位数, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-stepper/change": {
    "description": "当绑定值变化时触发的事件",
    "type": "event"
  },
  "vcm-stepper/overlimit": {
    "description": "点击不可用的按钮时触发",
    "type": "event"
  },
  "vcm-stepper/plus": {
    "description": "点击增加按钮时触发",
    "type": "event"
  },
  "vcm-stepper/minus": {
    "description": "点击减少按钮时触发",
    "type": "event"
  },
  "vcm-stepper/focus": {
    "description": "输入框聚焦时触发",
    "type": "event"
  },
  "vcm-stepper/blur": {
    "description": "输入框失焦时触发",
    "type": "event"
  },
  "vcm-steps/active": {
    "description": "当前步骤, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-steps/direction": {
    "description": "显示方向，可选值为 `vertical`, 默认值: horizontal, 类型: string",
    "type": "*string*"
  },
  "vcm-steps/active-color": {
    "description": "激活状态颜色, 默认值: #07c160, 类型: string",
    "type": "*string*"
  },
  "vcm-steps/active-icon": {
    "description": "激活状态底部图标，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: checked, 类型: string",
    "type": "*string*"
  },
  "vcm-steps/inactive-icon": {
    "description": "未激活状态底部图标，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-sticky/offset-top": {
    "description": "吸顶时与顶部的距离，单位`px`, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-sticky/z-index": {
    "description": "吸顶时的 z-index, 默认值: 99, 类型: number",
    "type": "*number*"
  },
  "vcm-sticky/container": {
    "description": "容器对应的 HTML 节点, 默认值: -, 类型: HTMLElement",
    "type": "*htmlelement*"
  },
  "vcm-sticky/scroll": {
    "description": "滚动时触发",
    "type": "event"
  },
  "vcm-submit-bar/price": {
    "description": "价格（单位分）, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-submit-bar/label": {
    "description": "价格左侧文案, 默认值: 合计：, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/suffix-label": {
    "description": "价格右侧文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/text-align": {
    "description": "价格文案对齐方向，可选值为 `right` `left`, 默认值: right, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/button-text": {
    "description": "按钮文字, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/button-type": {
    "description": "按钮类型, 默认值: danger, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/tip": {
    "description": "提示文案, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/tip-icon": {
    "description": "左侧图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/disabled": {
    "description": "是否禁用按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-submit-bar/loading": {
    "description": "是否显示加载中的按钮, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-submit-bar/currency": {
    "description": "货币符号, 默认值: ¥, 类型: string",
    "type": "*string*"
  },
  "vcm-submit-bar/decimal-length": {
    "description": "价格小数点后位数, 默认值: 2, 类型: number",
    "type": "*number*"
  },
  "vcm-submit-bar/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-submit-bar/submit": {
    "description": "按钮点击事件回调",
    "type": "event"
  },
  "vcm-swipe/autoplay": {
    "description": "自动轮播间隔，单位为 ms, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe/duration": {
    "description": "动画时长，单位为 ms, 默认值: 500, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe/initial-swipe": {
    "description": "初始位置索引值, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe/width": {
    "description": "滑块宽度, 默认值: auto, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe/height": {
    "description": "滑块高度, 默认值: auto, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe/loop": {
    "description": "是否开启循环播放, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe/show-indicators": {
    "description": "是否显示指示器, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe/indicator-color": {
    "description": "指示器颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-swipe/vertical": {
    "description": "是否为纵向滚动, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe/touchable": {
    "description": "是否可以通过手势滑动, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe/stop-propagation": {
    "description": "是否阻止滑动事件冒泡, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe/change": {
    "description": "每一页轮播结束后触发",
    "type": "event"
  },
  "vcm-swipe-item/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-swipe-cell/name": {
    "description": "标识符，可以在事件参数中获取到, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-swipe-cell/before-close": {
    "description": "关闭前的回调函数, 默认值: -, 类型: Function",
    "type": "*function*"
  },
  "vcm-swipe-cell/disabled": {
    "description": "是否禁用滑动, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe-cell/left-width": {
    "description": "指定左侧滑动区域宽度, 默认值: auto, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe-cell/right-width": {
    "description": "指定右侧滑动区域宽度, 默认值: auto, 类型: number",
    "type": "*number*"
  },
  "vcm-swipe-cell/stop-propagation": {
    "description": "是否阻止滑动事件冒泡, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-swipe-cell/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-swipe-cell/open": {
    "description": "打开时触发",
    "type": "event"
  },
  "vcm-swipe-cell/close": {
    "description": "关闭时触发",
    "type": "event"
  },
  "vcm-switch/v-model": {
    "description": "开关选中状态, 默认值: false, 类型: any",
    "type": "*any*"
  },
  "vcm-switch/loading": {
    "description": "是否为加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-switch/disabled": {
    "description": "是否为禁用状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-switch/size": {
    "description": "开关尺寸，默认单位为`px`, 默认值: 30px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-switch/active-color": {
    "description": "打开时的背景色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-switch/inactive-color": {
    "description": "关闭时的背景色, 默认值: #fff, 类型: string",
    "type": "*string*"
  },
  "vcm-switch/active-value": {
    "description": "打开时的值, 默认值: true, 类型: any",
    "type": "*any*"
  },
  "vcm-switch/inactive-value": {
    "description": "关闭时的值, 默认值: false, 类型: any",
    "type": "*any*"
  },
  "vcm-switch/change": {
    "description": "开关状态切换回调",
    "type": "event"
  },
  "vcm-switch/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-switch-cell/v-model": {
    "description": "开关状态, 默认值: false, 类型: any",
    "type": "*any*"
  },
  "vcm-switch-cell/title": {
    "description": "左侧标题, 默认值: '', 类型: string",
    "type": "*string*"
  },
  "vcm-switch-cell/border": {
    "description": "是否展示单元格内边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-switch-cell/cell-size": {
    "description": "单元格大小，可选值为 `large`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-switch-cell/loading": {
    "description": "是否为加载状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-switch-cell/disabled": {
    "description": "是否为禁用状态, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-switch-cell/size": {
    "description": "开关尺寸, 默认值: 24px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-switch-cell/active-color": {
    "description": "开关时的背景色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-switch-cell/inactive-color": {
    "description": "开关时的背景色, 默认值: #fff, 类型: string",
    "type": "*string*"
  },
  "vcm-switch-cell/active-value": {
    "description": "打开时的值, 默认值: true, 类型: any",
    "type": "*any*"
  },
  "vcm-switch-cell/inactive-value": {
    "description": "关闭时的值, 默认值: false, 类型: any",
    "type": "*any*"
  },
  "vcm-switch-cell/change": {
    "description": "开关状态切换回调",
    "type": "event"
  },
  "vcm-tabs/v-model": {
    "description": "绑定当前选中标签的标识符, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabs/type": {
    "description": "样式风格类型，可选值为`card`, 默认值: line, 类型: string",
    "type": "*string*"
  },
  "vcm-tabs/color": {
    "description": "标签主题色, 默认值: #ee0a24, 类型: string",
    "type": "*string*"
  },
  "vcm-tabs/duration": {
    "description": "动画时间，单位秒, 默认值: 0.3, 类型: number",
    "type": "*number*"
  },
  "vcm-tabs/background": {
    "description": "标签栏背景色, 默认值: white, 类型: string",
    "type": "*string*"
  },
  "vcm-tabs/line-width": {
    "description": "底部条宽度，默认单位 px, 默认值: auto, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabs/line-height": {
    "description": "底部条高度，默认单位 px, 默认值: 3px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabs/animated": {
    "description": "是否开启切换标签内容时的转场动画, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/border": {
    "description": "是否显示标签栏外边框，仅在`type=\"line\"`时有效, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/ellipsis": {
    "description": "是否省略过长的标题文字, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/sticky": {
    "description": "是否使用粘性定位布局, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/swipeable": {
    "description": "是否开启手势滑动切换, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/lazy-render": {
    "description": "是否开启延迟渲染（首次切换到标签时才触发内容渲染）, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/scrollspy": {
    "description": "是否开启滚动导航, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabs/offset-top": {
    "description": "粘性定位布局下与顶部的最小距离，单位 px, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-tabs/swipe-threshold": {
    "description": "滚动阈值，标签数量超过阈值时开始横向滚动, 默认值: 4, 类型: number",
    "type": "*number*"
  },
  "vcm-tabs/title-active-color": {
    "description": "标题选中态颜色, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tabs/title-inactive-color": {
    "description": "标题默认态颜色, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tabs/click": {
    "description": "点击标签时触发",
    "type": "event"
  },
  "vcm-tabs/change": {
    "description": "当前激活的标签改变时触发",
    "type": "event"
  },
  "vcm-tabs/disabled": {
    "description": "点击被禁用的标签时触发",
    "type": "event"
  },
  "vcm-tabs/rendered": {
    "description": "标签内容首次渲染时触发（仅在开启延迟渲染后触发）",
    "type": "event"
  },
  "vcm-tabs/scroll": {
    "description": "滚动时触发，仅在 sticky 模式下生效",
    "type": "event"
  },
  "vcm-tab/title": {
    "description": "标题, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tab/disabled": {
    "description": "是否禁用标签, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tab/dot": {
    "description": "是否在标题右上角显示小红点, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tab/info": {
    "description": "标题右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tab/name": {
    "description": "标签名称，作为匹配的标识符, 默认值: 标签的索引值, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tab/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tab/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-tab/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tab/title-style": {
    "description": "自定义标题样式, 默认值: -, 类型: any",
    "type": "*any*"
  },
  "vcm-tabbar/v-model": {
    "description": "当前选中标签的名称或索引值, 默认值: 0, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabbar/fixed": {
    "description": "是否固定在底部, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabbar/border": {
    "description": "是否显示外边框, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabbar/z-index": {
    "description": "元素 z-index, 默认值: 1, 类型: number",
    "type": "*number*"
  },
  "vcm-tabbar/active-color": {
    "description": "选中标签的颜色, 默认值: #1989fa, 类型: string",
    "type": "*string*"
  },
  "vcm-tabbar/inactive-color": {
    "description": "未选中标签的颜色, 默认值: #7d7e80, 类型: string",
    "type": "*string*"
  },
  "vcm-tabbar/route": {
    "description": "是否开启路由模式, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabbar/safe-area-inset-bottom": {
    "description": "是否开启底部安全区适配，[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabbar/change": {
    "description": "切换标签时触发",
    "type": "event"
  },
  "vcm-tabbar-item/name": {
    "description": "标签名称，作为匹配的标识符, 默认值: 当前标签的索引值, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabbar-item/icon": {
    "description": "图标名称或图片链接，可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tabbar-item/dot": {
    "description": "是否显示图标右上角小红点, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tabbar-item/info": {
    "description": "图标右上角徽标的内容, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tabbar-item/url": {
    "description": "点击后跳转的链接地址, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tabbar-item/to": {
    "description": "点击后跳转的目标路由对象，同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -, 类型: string | object",
    "type": "*string | object*"
  },
  "vcm-tabbar-item/replace": {
    "description": "是否在跳转时替换当前页面历史, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tag/type": {
    "description": "类型，可选值为`primary` `success` `danger` `warning`, 默认值: default, 类型: string",
    "type": "*string*"
  },
  "vcm-tag/size": {
    "description": "大小, 可选值为`large` `medium`, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tag/color": {
    "description": "标签颜色, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-tag/plain": {
    "description": "是否为空心样式, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tag/round": {
    "description": "是否为圆角样式, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tag/mark": {
    "description": "是否为标记样式, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tag/text-color": {
    "description": "文本颜色，优先级高于`color`属性, 默认值: white, 类型: string",
    "type": "*string*"
  },
  "vcm-tag/closeable": {
    "description": "是否为可关闭标签, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-tag/click": {
    "description": "点击时触发",
    "type": "event"
  },
  "vcm-tag/close": {
    "description": "关闭标签时触发",
    "type": "event"
  },
  "vcm-tree-select/items": {
    "description": "分类显示所需的数据, 默认值: [], 类型: Item[]",
    "type": "*item[]*"
  },
  "vcm-tree-select/height": {
    "description": "高度，默认单位为`px`, 默认值: 300, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-tree-select/main-active-index": {
    "description": "左侧选中项的索引, 默认值: 0, 类型: number",
    "type": "*number*"
  },
  "vcm-tree-select/active-id": {
    "description": "右侧选中项的 id，支持传入数组, 默认值: (string \\, 类型: string | number \\",
    "type": "*string | number \\"
  },
  "vcm-tree-select/max": {
    "description": "右侧项最大选中个数, 默认值: Infinity, 类型: number",
    "type": "*number*"
  },
  "vcm-tree-select/click-nav": {
    "description": "点击左侧导航时触发",
    "type": "event"
  },
  "vcm-tree-select/click-item": {
    "description": "点击右侧选择项时触发",
    "type": "event"
  },
  "vcm-uploader/name": {
    "description": "标识符，可以在回调函数的第二项参数中获取, 默认值: -, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-uploader/accept": {
    "description": "接受的文件类型, 默认值: image/*, 类型: string",
    "type": "*string*"
  },
  "vcm-uploader/preview-size": {
    "description": "预览图和上传区域的尺寸，默认单位为`px`, 默认值: 80px, 类型: string | number",
    "type": "*string | number*"
  },
  "vcm-uploader/preview-image": {
    "description": "是否在上传完成后展示预览图, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-uploader/preview-full-image": {
    "description": "是否在点击预览图后展示全屏图片预览, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-uploader/multiple": {
    "description": "是否开启图片多选，部分安卓机型不支持, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-uploader/disabled": {
    "description": "是否禁用文件上传, 默认值: false, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-uploader/deletable": {
    "description": "是否展示删除按钮, 默认值: true, 类型: boolean",
    "type": "*boolean*"
  },
  "vcm-uploader/capture": {
    "description": "图片选取模式，可选值为`camera`(直接调起摄像头), 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-uploader/after-read": {
    "description": "文件读取完成后的回调函数, 默认值: -, 类型: Function",
    "type": "*function*"
  },
  "vcm-uploader/before-read": {
    "description": "文件读取前的回调函数，返回`false`可终止文件读取，支持返回`Promise`, 默认值: -, 类型: Function",
    "type": "*function*"
  },
  "vcm-uploader/before-delete": {
    "description": "文件删除前的回调函数，返回`false`可终止文件读取，支持返回`Promise`, 默认值: -, 类型: Function",
    "type": "*function*"
  },
  "vcm-uploader/max-size": {
    "description": "文件大小限制，单位为`byte`, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-uploader/max-count": {
    "description": "文件上传数量限制, 默认值: -, 类型: number",
    "type": "*number*"
  },
  "vcm-uploader/result-type": {
    "description": "文件读取结果类型，可选值为`file` `text`, 默认值: dataUrl, 类型: string",
    "type": "*string*"
  },
  "vcm-uploader/upload-text": {
    "description": "上传区域文字提示, 默认值: -, 类型: string",
    "type": "*string*"
  },
  "vcm-uploader/image-fit": {
    "description": "预览图裁剪模式，可选值见 [Image](#/zh-CN/image) 组件, 默认值: cover, 类型: string",
    "type": "*string*"
  },
  "vcm-uploader/oversize": {
    "description": "文件大小超过限制时触发",
    "type": "event"
  },
  "vcm-uploader/click-preview": {
    "description": "点击预览图时触发",
    "type": "event"
  },
  "vcm-uploader/close-preview": {
    "description": "关闭全屏图片预览时触发",
    "type": "event"
  },
  "vcm-uploader/delete": {
    "description": "删除文件预览时触发",
    "type": "event"
  }
}