Complete Vue.js 2 Web Development_ Practical guide to building end-to-end web development solutions with Vue.js 2

(singke) #1
Building an E-Commerce Store - Browsing Products Chapter 10

We can use the component in the template as we have with the <list-


products> component. The issue with this is that if we want to display our list in a sidebar


and our sidebar needs to be consistent across the site, we would have to copy and paste a
lot of HTML between views.


A better approach would be to use named routes and set the template once in our


index.html.


Update the app template to contain a

and an
Free download pdf