Closed wachukxs closed 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
renderer.renderToString()
This is also done in the vue-hackernews sample project.
When using the vue-renderer and passing a page template, you don't need to pass a vue instance to the
renderer.renderToString()
methodThis is also done in the vue-hackernews sample project.