Explorar el Código

fix upload docs bug

baiyaaaaa hace 8 años
padre
commit
f4ddc67521
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/docs/zh-CN/upload.md

+ 1 - 1
examples/docs/zh-CN/upload.md

@@ -56,7 +56,7 @@
   :on-remove="handleRemove"
   :default-file-list="fileList">
   <el-button size="small" type="primary">点击上传</el-button>
-  <div class="el-upload__tip" slot="tip" @click="changeFiles">只能上传jpg/png文件,且不超过500kb</div>
+  <div class="el-upload__tip" slot="tip">只能上传jpg/png文件,且不超过500kb</div>
 </el-upload>
 <script>
   export default {