Relative Content

Tag Archive for htmlcssvue.jspagedjs

PagedJS in Vue 3 ignores page-break attempts

I’ve been attempting to implement page-breaks in Vue.js 3. I’ve been using the following CSS, it appears that it does work, because I can modify the titlePage for example center/not center it. However the parameter for class “.page-break” seems to ellude me. You can see all my attempts to make it work below. There are no other external CSS imports used. I am using Vue-Showdown for markdown to HTML conversion.