Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix
This commit is contained in:
@ -267,7 +267,7 @@ import jsPDF from 'jspdf';
|
||||
import html2canvas from 'html2canvas';
|
||||
|
||||
const generateReport = async () => {
|
||||
const loadingNotify = ref(true); // Podríamos añadir un pequeño indicator de "Generando..."
|
||||
// const loadingNotify = ref(true); // Podríamos añadir un pequeño indicator de "Generando..."
|
||||
const date = new Date().toLocaleDateString('es-ES', { month: 'long', year: 'numeric' });
|
||||
const doc = new jsPDF('p', 'mm', 'a4');
|
||||
const pageWidth = doc.internal.pageSize.getWidth();
|
||||
|
||||
Reference in New Issue
Block a user