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