Skip to content

Commit bf3656c

Browse files
authored
Feature/calendar template (#107)
* fix(calendar): fix compile error * docs: update docs
1 parent d79ce0a commit bf3656c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tdesign/popup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ z-index | Number | 11500 | 组件层级,Web 侧样式默认为 5500,移动
5353

5454
名称 | 参数 | 描述
5555
-- | -- | --
56-
visible-change | `(context: { visible: boolean, trigger: PopupSource }) ` | 当浮层隐藏或显示时触发[详细类型定义](https://github.com/novlan1/tdesign-uniapp/blob/develop/packages/tdesign/popup/type.ts)。<br/>`type PopupSource = 'close-btn' \| 'overlay'`<br/>
56+
visible-change | `(context: { visible: boolean, trigger: PopupSource }) ` | 当浮层隐藏时触发[详细类型定义](https://github.com/novlan1/tdesign-uniapp/blob/develop/packages/tdesign/popup/type.ts)。<br/>`type PopupSource = 'close-btn' \| 'overlay'`<br/>
5757

5858
### Popup Slots
5959

@@ -79,4 +79,4 @@ t-class-content | 内容样式类
7979
| --td-popup-border-radius | @radius-extraLarge | - |
8080
| --td-popup-close-btn-color | @text-color-primary | - |
8181
| --td-popup-distance-top | 0) | - |
82-
| --td-popup-transition | all 300ms ease | - |
82+
| --td-popup-transition | all 300ms ease | - |

0 commit comments

Comments
 (0)