Replies: 2 comments
-
Hi, xuchao996. It seems that this issue is a bit vague and lacks some necessary information. It is recommended to read How To Ask Questions The Smart Way. 看起来这条 issue 描述得有些模糊,缺少一些必要的信息,推荐阅读一下提问指引。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以在 codesandbox 或 stackblitz 这两个在线环境上写 demo 并且这应该是一个用法上的讨论,帮你转到 discussions 了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version of antd-mobile
No response
What is this feature about?
rt
{todoList.map((todo) => (
<List.Item>{todo.title}</List.Item>
))}
当我操作switchaction的时候,想拿到当前的值,这个应该怎么操作。
Beta Was this translation helpful? Give feedback.
All reactions