<div ref="printable">Hello</div> <button @click="export()">Export to PDF</button export() { html2pdf(this.$refs.document, { margin: 1, ...
確定! 回上一頁