Can't dispatch inside a Filament component in my blade
Hello, i'm trying to use $dispatch to download file, I'm using Spatie Media Library, with S3 as my disk.
My function download() simply doesn't run after I click the download button using @click="$dispatch('download-document')"
My function download() simply doesn't run after I click the download button using @click="$dispatch('download-document')"
message.txt4.46KB
DocumentViewer.php2.05KB