The Vue.js 2 Master Class
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

Tidy up a messy component

We like that our code has a single responsibility so in this lesson we are going to dumb down the PageThreadShow component by extracting it into smaller components. We’ll also create a few handy computed properties.