diff --git a/docs/rate/index.md b/docs/rate/index.md index 8cd17baf..81cf7e1d 100644 --- a/docs/rate/index.md +++ b/docs/rate/index.md @@ -2,7 +2,7 @@ title: 评分组件 rate toc: true --- - + # 评分组件 > 评分组件 `rate` 一般用于等级展示或评价类操作。 @@ -20,6 +20,7 @@ toc: true | API | 描述 | | --- | --- | | var rate = layui.rate | 获得 `rate` 模块。 | +| [基础接口](../component/#export) 2.11+ | 该组件由 `component` 构建,因此继承其提供的基础接口。| | [rate.render(options)](#render) | rate 组件渲染,核心方法。 |