mirror of https://github.com/ElemeFE/element
update upload doc and design page template (#3255)
parent
d1a2335e2b
commit
4aabc95a6d
|
@ -376,6 +376,9 @@
|
|||
};
|
||||
},
|
||||
methods: {
|
||||
submitUpload() {
|
||||
this.$refs.upload.submit();
|
||||
},
|
||||
handleRemove(file, fileList) {
|
||||
console.log(file, fileList);
|
||||
},
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<img src="~examples/assets/images/controllability.png" alt="Controllability">
|
||||
<h4><%= 8 ></h4>
|
||||
<span><%= 9 ></span>
|
||||
</ul>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<h3><%= 10 ></h3>
|
||||
|
|
Loading…
Reference in New Issue