Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Vue.js Master Class

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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.