Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Circle): README.md size type mistaken #2694

Merged
merged 3 commits into from
Feb 5, 2020

Conversation

Lindysen
Copy link
Collaborator

@Lindysen Lindysen commented Jan 16, 2020

fix(Circle): README.md size type mistaken

fix #2682

@@ -89,7 +89,7 @@ Page({
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| ------------ | -------------------------------------- | ------------------ | --------- | ---- |
| value | 目标进度 | *number* | `0` | - |
| size | 圆环直径,默认单位为 `px` | *string \| number* | `100` | - |
| size | 圆环直径,默认单位为 `px` | *number* | `100` | - |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string 类型是要支持的。

Copy link
Collaborator

@rex-zsd rex-zsd Jan 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

微信的canvas系列api只都支持number的,明天我再看下能不能绕过,不行的话还是支持不了string了。

@rex-zsd rex-zsd merged commit b85187a into youzan:dev Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] circle组件size属性未加入rpx支持
3 participants