Fix put-action

master
git 8 years ago
parent 9307218ecb
commit c0d5c65cf8

@ -273,7 +273,7 @@ The `name` attribute of the input tag
* **Usage:** * **Usage:**
```html ```html
<file-upload put-action="/upload/put.php"></file-upload> <file-upload post-action="/upload/post.php"></file-upload>
``` ```

@ -269,7 +269,7 @@ input标签的 `name` 属性
* **示例:** * **示例:**
```html ```html
<file-upload put-action="/upload/put.php"></file-upload> <file-upload post-action="/upload/post.php"></file-upload>
``` ```

Loading…
Cancel
Save