vuejs / vue2-ssr-docs

Vue.js Server-Side Rendering Guide (for Vue 2)
565 stars 239 forks source link

Updated docs to fix bug #326

Closed wachukxs closed 3 years ago

wachukxs commented 3 years ago

When using the vue-renderer and passing a page template, you don't need to pass a vue instance to the renderer.renderToString() method

This is also done in the vue-hackernews sample project.