fix error

This commit is contained in:
Dede Fuji Abdul
2024-03-07 22:50:12 +07:00
parent ce38a5711c
commit 11b1dd0cd8
54 changed files with 731 additions and 489 deletions

View File

@@ -73,7 +73,7 @@ const shading = ref(true)
const showPane = ref(true)
const onExporting = (e: any) => {
if (e.format === 'pdf') {
const d oc = new jsPDF()
const doc = new jsPDF()
exportToPdf({
jsPDFDocument: doc,