-
-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
*.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
Metadata
Metadata
Assignees
Labels
No labels