Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Build Your First Vue.js App > Lesson 41

Understanding computed properties

You're already familiar with reactive data in Vue. In this lesson, we're going to talk about another reactive Vue feature called computed properties.

You'll see in this example app that we have two reactive data properties defined on lines 25 and 26 - x, and y, which are numbers.

In the app's template we are interpolating those values in lines 17 and 18. Since they're reactive values, if we were to change the value of x or y the template would re-render to reflect that change.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom