handy
handy
目前大部分 antd 的反馈组件标题都是用 title。 (Drawer、Modal、message、Popconfirm、 Result、 Drawer,、Tooltip、 Popover 等) 这就跟 antd 5.0 要把所有弹出组件的 visible 都统一改为 open 类似。
另:Web API Notification 对象也是用的 title https://developer.mozilla.org/en-US/docs/Web/API/Notification/title
> A simple trick could be something like: > > ``` > var scale = 2; > domtoimage.toBlob(domNode, { > width: domNode.clientWidth * scale, > height: domNode.clientHeight * scale, >...
> same error +1  +1 看来内置的组件 还没有来得及改