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

Components, Props and Computed Properties

It is important to organize your application well, and in this lesson, we will split the forum into smaller components and then learn how to pass a thread resource (object) to our newly created ThreadList component.

We’ll also go through an important component topic, the computed properties.