You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: Currently the internal VueFilePreview component accepts only an instance of FileData. It would be better to support raw file data similar to the following:
<template><VueFileAgentv-model="filesData"></VueFileAgent><!-- file upload component with preloaded file data --><VueFilePreviewv-model="filesData[0]"></VueFilePreview><!-- single file preview --></template>
Background: Currently the internal
VueFilePreview
component accepts only an instance ofFileData
. It would be better to support raw file data similar to the following:Example use case by @Garito: Reuse Previews #16
The text was updated successfully, but these errors were encountered: