Skip to content

Commit

Permalink
fix: ts定义修复 #600
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Dec 30, 2024
1 parent 7960456 commit 8e6c1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/uni_modules/uview-plus/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.3.59(2024-12-30)
fix: Property "isH5" was accessed during render

## 3.3.58(2024-12-26)
fix: slider组件change事件传参

Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/types/comps/actionSheet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare interface ActionSheetProps {
/**
* 点击某个菜单项时是否关闭弹窗
*/
closeOnClickAction?: string
closeOnClickAction?: boolean
/**
* 是否开启底部安全区适配
* @default false
Expand Down

0 comments on commit 8e6c1cd

Please sign in to comment.