Ant Design 弹窗封装:易用性和可维护性 | whincwu(右耳朵猫) #37
Replies: 1 comment 1 reply
-
方案三为什么会报错?函数式组件不能用静态方法嘛?创建命名空间的方式并不能完整解决啊。另外就是一些类型检查是过不去的,比如传入的ContentConponent,_payload |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ant Design 弹窗封装:易用性和可维护性 | whincwu(右耳朵猫)
在 Ant Design(简称 Antd) 组件库中弹窗的使用频率很高,Antd 提供的Modal组件一般用法如下:
https://whinc.github.io/blog/2023/03/04/antd-create-modal/
Beta Was this translation helpful? Give feedback.
All reactions