diff --git a/components/form/index.zh-CN.md b/components/form/index.zh-CN.md index c136af1b7afe..f3966972e632 100644 --- a/components/form/index.zh-CN.md +++ b/components/form/index.zh-CN.md @@ -443,3 +443,4 @@ React 中异步更新会导致受控组件交互行为异常。当用户交互 ### 有更多参考文档吗? - 你可以阅读[《antd v4 Form 使用心得》](https://zhuanlan.zhihu.com/p/375753910)获得一些使用帮助以及建议。 +- 想在 DatePicker、Switch 也使用 before、after?可以参考[《如何优雅的对 Form.Item 的 children 增加 before、after》](https://zhuanlan.zhihu.com/p/422752055)。