fix: fix docs error (#4489)

* docs: fix docs error

* docs: fix `Slider - action-text` type error
This commit is contained in:
Fansy 2021-09-15 14:15:34 +08:00 committed by GitHub
parent a939567deb
commit ee166756c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -286,7 +286,7 @@ Page({
### Poppable Props ### Poppable Props
当 Canlendar 的 `poppable``true` 时,支持以下 props: 当 Calendar 的 `poppable``true` 时,支持以下 props:
| 参数 | 说明 | 类型 | 默认值 | | 参数 | 说明 | 类型 | 默认值 |
| ---------------------- | --------------------------------------- | --------- | -------- | | ---------------------- | --------------------------------------- | --------- | -------- |
@ -298,7 +298,7 @@ Page({
### Range Props ### Range Props
当 Canlendar 的 `type``range` 时,支持以下 props: 当 Calendar 的 `type``range` 时,支持以下 props:
| 参数 | 说明 | 类型 | 默认值 | | 参数 | 说明 | 类型 | 默认值 |
| ------------------ | --------------------------------------------- | ------------------ | ------------------------ | | ------------------ | --------------------------------------------- | ------------------ | ------------------------ |
@ -324,7 +324,7 @@ Page({
| 事件名 | 说明 | 回调参数 | | 事件名 | 说明 | 回调参数 |
| ----------------------- | ------------------------------------------------------------------ | ------------------------------ | | ----------------------- | ------------------------------------------------------------------ | ------------------------------ |
| select | 点击任意日期时触发 | _value: Date \| Date[]_ | | select | 点击任意日期时触发 | _value: Date \| Date[]_ |
| unselect | 当 Canlendar 的 `type``multiple` 时,点击已选中的日期时触发 | _value: Date_ | | unselect | 当 Calendar 的 `type``multiple` 时,点击已选中的日期时触发 | _value: Date_ |
| confirm | 日期选择完成后触发,若`show-confirm``true`,则点击确认按钮后触发 | _value: Date \| Date[]_ | | confirm | 日期选择完成后触发,若`show-confirm``true`,则点击确认按钮后触发 | _value: Date \| Date[]_ |
| open | 打开弹出层时触发 | - | | open | 打开弹出层时触发 | - |
| close | 关闭弹出层时触发 | - | | close | 关闭弹出层时触发 | - |

View File

@ -119,7 +119,7 @@ Page({
| value | 当前输入的值 | _string \| number_ | - | | value | 当前输入的值 | _string \| number_ | - |
| background | 搜索框背景色 | _string_ | `#f2f2f2` | | background | 搜索框背景色 | _string_ | `#f2f2f2` |
| show-action | 是否在搜索框右侧显示取消按钮 | _boolean_ | `false` | | show-action | 是否在搜索框右侧显示取消按钮 | _boolean_ | `false` |
| action-text `v1.0.0` | 取消按钮文字 | _boolean_ | `取消` | | action-text `v1.0.0` | 取消按钮文字 | _string_ | `取消` |
| focus | 获取焦点 | _boolean_ | `false` | | focus | 获取焦点 | _boolean_ | `false` |
| error | 是否将输入内容标红 | _boolean_ | `false` | | error | 是否将输入内容标红 | _boolean_ | `false` |
| disabled | 是否禁用输入框 | _boolean_ | `false` | | disabled | 是否禁用输入框 | _boolean_ | `false` |

View File

@ -95,7 +95,7 @@ Page({
| bar-height | 进度条高度,默认单位为 `px` | _string \| number_ | `2px` | | bar-height | 进度条高度,默认单位为 `px` | _string \| number_ | `2px` |
| active-color | 进度条激活态颜色 | _string_ | `#1989fa` | | active-color | 进度条激活态颜色 | _string_ | `#1989fa` |
| inactive-color | 进度条默认颜色 | _string_ | `#e5e5e5` | | inactive-color | 进度条默认颜色 | _string_ | `#e5e5e5` |
| use-slot-button | 是否使用钮插槽 | _boolean_ | `false` | | use-slot-button | 是否使用钮插槽 | _boolean_ | `false` |
| range `v1.8.4` | 是否开启双滑块模式 | _boolean_ | `false` | | range `v1.8.4` | 是否开启双滑块模式 | _boolean_ | `false` |
### Events ### Events