Best approach for file upload with Vue
问题 For the first time Im trying to setup a VueJS view with multiple files upload. For now I have this: <input type="file" class="custom-file-input" v-model="images"> <span class="custom-file-control"></span> First of all, do we have good libraries with Vue that solves this ? Should I keep Vue or attempt to use jquery or even pure js? 来源: https://stackoverflow.com/questions/47041171/best-approach-for-file-upload-with-vue