0👍
add fileName file
for the upload component, the code looks like this:
<div class="vx-row">
<vs-upload data fileName="file" multiple="fasle" :headers="{'token' : token}" action="/service/zhuolian/report/org/user/import/list" @on-success="successUpload" />
</div>
- [Vuejs]-Issue with marking of checkboxes in the list of items
- [Vuejs]-Import JS files from a Bootstrap template into a Vue3 project
Source:stackexchange.com