fix error
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user