diff --git a/examples/docs/zh-CN/upload.md b/examples/docs/zh-CN/upload.md index 511a81ef3..20d863678 100644 --- a/examples/docs/zh-CN/upload.md +++ b/examples/docs/zh-CN/upload.md @@ -376,6 +376,9 @@ }; }, methods: { + submitUpload() { + this.$refs.upload.submit(); + }, handleRemove(file, fileList) { console.log(file, fileList); }, diff --git a/examples/pages/template/design.tpl b/examples/pages/template/design.tpl index eb7db6064..fa9c815a3 100644 --- a/examples/pages/template/design.tpl +++ b/examples/pages/template/design.tpl @@ -54,7 +54,7 @@ Controllability

<%= 8 >

<%= 9 > - +

<%= 10 >