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
this may be related to what i just posted on our conversation #135, even loading the same pdf over and over seems to spawn more workers and not close the old ones thus increasing ram each time
*.vue file
import { VuePDF, usePDF } from '@tato30/vue-pdf'
VuePDF :pdf="pdf" class="test"
script
const fileURL = ref('')
const { pdf } = usePDF(fileURL)
const setURL = () =>
{
fileURL.value = applyData.value.rent_file_url
}
---> applyData is response from api
when call api many times it so slow
sorry for my bad english
The text was updated successfully, but these errors were encountered: