Closed DavidSun0403 closed 3 years ago
Hi I didn't manage to make it because Vue controls the content of the div representing the page. If the page overflows and I move some of its content into the next page, then Vue is lost. What you can do is either
contenteditable="false"
blocks in the HTML content you provide, like shown in the first page of the demo
I use a vue template to create some uneditable fields just like InvoiceTemplate.vue. But I found that the content template can not larger than one page, so is that possible to have a multi-page template?