This was your question.
The VFileInput intellisense has 2 options to upload files. 1, upload a single file (FileChangeSingle) and 2, upload multiple files. (FileChangeMultiple)
View attachment 129831
Select FileChangSingle on the intellisense, click "copy" on the provided code. Both FileChangeMultiple an FileChangeSingle DO NOTHING but are included as a guide for this control.
Part of this code has this section...
View attachment 129832
where fp is the returned path of the imported file, you can then use the v-model value you used for the VImg you use to show your image or use vimg.SetImage.
I hope this clarifies it.