Extending Vue Component Templates
Do you find yourself wanting to extend a component’s template? Vue provides several means of extracting and reusing the component logic and state, but templates are deemed single-use only.
Note: this article was originally posted here on the Vue.js Developers blog on 2020/03/02.
In this article, I’ll present a solution using the HTML template pre-processor Pug. It’s a bit of a…