Save 40% on a year of Vue learning
In the previous lesson, we talked about the template being an implicit subscriber of the component’s state. But what about explicit subscriber?
An example of that would be a computed property. Let’s see how to apply that in our app.