Vue.js not rendering when trying to generate a PDF using Phantom.js Vue.js not rendering when trying to generate a PDF using Phantom.js vue.js vue.js

Vue.js not rendering when trying to generate a PDF using Phantom.js


Check your phantomjs version. Phantomjs Version 2.x would work just fine with vuejs.

It's possible that phantomjs is running too quick that the element is not yet available when it reach that part of the code. Use waitForElement or wait to induce a delay before trying to access the element.