Get a year access to Vue Mastery with 40% off
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.