Commit f4ddc675 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix upload docs bug

parent de338645
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
:on-remove="handleRemove" :on-remove="handleRemove"
:default-file-list="fileList"> :default-file-list="fileList">
<el-button size="small" type="primary">点击上传</el-button> <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> </el-upload>
<script> <script>
export default { export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment