アイコンだけでよければ、[File inputs](https://vuetifyjs.com/ja/components/file-inputs/) コンポーネントの[hide-input](https://vuetifyjs.com/ja/api/v-file-input/#props-hide-input)を使えばよい。
ちゃんとしたボタンやその他のUIが必要なら、[How to use a button as a file uploader with Vuetify in Vue\.js \| Our Code World](https://ourcodeworld.com/articles/read/1424/how-to-use-a-button-as-a-file-uploader-with-vuetify-in-vuejs) で紹介されている方法を使う。`ref`については以下も参考に。
- [[script setupでref(Template Refs)]]
- [[Composition APIでTemplate Refsを使用]]