fix demo code lint bug

This commit is contained in:
afc163
2015-11-26 12:07:27 +08:00
parent 7bff95cf73
commit 59db4e46c6
+1 -1
View File
@@ -11,7 +11,7 @@ import { Popconfirm } from 'antd';
ReactDOM.render(
<Popconfirm title="Are you sure" okText="Yes" cancelText="No">
<a href="javascript:;">Delete</a>
<a href="#">Delete</a>
</Popconfirm>
, document.getElementById('components-popconfirm-demo-locale'));
````