diff --git a/components/popconfirm/index.jsx b/components/popconfirm/index.jsx index 202ad9456f..f095519db0 100644 --- a/components/popconfirm/index.jsx +++ b/components/popconfirm/index.jsx @@ -36,7 +36,6 @@ export default React.createClass({ onCancel: noop, okText: '确定', cancelText: '取消', - visible: false, onVisibleChange() {}, }; },