diff --git a/components/upload/demo/basic.md b/components/upload/demo/basic.md index 075610093a..1dc0290efc 100644 --- a/components/upload/demo/basic.md +++ b/components/upload/demo/basic.md @@ -26,7 +26,7 @@ var props = { React.render( - diff --git a/components/upload/demo/defaultFileList.md b/components/upload/demo/defaultFileList.md index 0cbdc7d096..4e92cab282 100644 --- a/components/upload/demo/defaultFileList.md +++ b/components/upload/demo/defaultFileList.md @@ -32,7 +32,7 @@ var props = { React.render( - diff --git a/components/upload/demo/fileList.md b/components/upload/demo/fileList.md index ecc371814f..82fbcba45c 100644 --- a/components/upload/demo/fileList.md +++ b/components/upload/demo/fileList.md @@ -61,7 +61,7 @@ var MyUpload = React.createClass({ onChange: this.handleChange }; return - ;