motla / vue-document-editor

:page_facing_up: Paper-sized WYSIWYG document editor for Vue apps
https://motla.github.io/vue-document-editor/
MIT License
313 stars 70 forks source link

Is that possible with multi-page template? #5

Closed DavidSun0403 closed 3 years ago

DavidSun0403 commented 3 years ago

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?

motla commented 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