LEARNING BY VUEING

Methods 2
7 / 42

Passing arguments to methods is trivial. You just call the method with the argument.

Notice how in the template you don't have to do any binding like .bind(this). Vue does all of that for us.