futureaus / servue

Server-side rendering engine that renders vue files into html strings
https://futureaus.github.io/servue
59 stars 3 forks source link

Allow users to pass custom template #7

Closed AlbertMarashi closed 5 years ago

AlbertMarashi commented 5 years ago

in Vue 2.6, a new feature will be added to Vue (vuejs/vue#9324) which allows the user to pass a custom template function to the user. This will enable users to use await/async operations in the template, and will enable better head management for users.

We will be allowing users to pass their own template function to servue, offering greater control & flexibility, but will still include a default template function for most use cases

AlbertMarashi commented 5 years ago

added in d1e8cc8