tombol unggah gaya vue

<input type="file" ref="file" style="display: none">
<button @click="$refs.file.click()">open file dialog</button>
Pushy Pants