import pdfMake from 'pdfmake'; import pdfFonts from 'pdfmake/build/vfs_fonts'; import htmlToPdfmake from 'html-to-pdfmake'; export default { methods: { printDocument() { //get table html const pdfTable = document.getElementById('divToPrint'); //html to pdf format var html = htmlToPdf...
sonicoder86/awesome-vue-3Public NotificationsYou must be signed in to change notification settings Fork181 Star1.6k master 1Branch0Tags Code README Code of conduct MIT license Awesome Vue 3 A curated list of awesome things related to Vue 3 ...