Skip to content

Commit 9665645

Browse files
committed
Merge branch 'develop_fixbug'
2 parents 59e9adb + 04ddc71 commit 9665645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp-colorui",
3-
"version": "0.6.15",
3+
"version": "0.6.16",
44
"description": "MP ColorUI 是一款基于 Taro 框架并且联合 Color-UI CSS 库开发的多端 UI 组件库(支持小程序端和H5端)",
55
"keywords": [
66
"taro",

Diff for: src/components/button/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function ClButton(props: IProps) {
4545
} ${shadowSizeName}`;
4646
const normalButton = (
4747
<Button
48-
{...props.customData}
48+
data-data={props.customData}
4949
className={classNames(
5050
`${buttonClassName} ${disabledClassName ? "disabled" : ""}`
5151
)}

0 commit comments

Comments
 (0)