Methods and Computed Properties

Learn about methods and computed properties in Vue.

Methods

Defining methods helps keep our UI logic together and out of our template. This helps keep the templates clean and readable and makes our logic easier to test.

Syntax

The basic syntax for defining methods in Vue components is as follows:

Get hands-on with 1200+ tech skills courses.