# Infotip 信息提示组件 基于 `Highlight` 组件封装。 Infotip 组件位于 [src/components/Infotip](https://github.com/kailong321200875/vue-element-plus-admin/tree/master/src/components/Infotip) 内 ## 用法 ```vue ``` ## Infotip 属性 | 属性 | 说明 | 类型 | 可选值 | 默认值 | | ---- | ---- | ---- | ---- | ---- | | title | 标题 | `string` | - | - | | schema | 展示的数据内容 | `string[]`/`TipSchema[]` | - | [] | | showIndex | 显示序号 | `boolean` | - | true | | highlightColor | 高亮颜色 | `string` | - | var(--el-color-primary) | ## Infotip 事件 | 方法名 | 说明 | 回调参数 | | ---- | ---- | ---- | | click | 关键字点击事件 | key: string |