johndatserakis / file-upload-with-preview

🖼 Simple file-upload utility that shows a preview of the uploaded image. Written in TypeScript. No dependencies. Works well with or without a framework.

Home Page:https://johndatserakis.github.io/file-upload-with-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Could not find a 'custom-file-container' with the id of: myFirstImage

saadabdurrazaq opened this issue · comments

Error: Could not find a 'custom-file-container' with the id of: myFirstImage when using Vue 3

Hmm weird, sorry I haven't really used Vue 3 yet. By the sound of the error, it seems like your Vue script is executing before the target DOM has loaded. If you can provide a codepen or jsfiddle of the issue I could take a look.

Closing, will reopen if needed.