Data Binding and Interpolation
up:: Vue
Now courseGoal
is available anywhere on the #app
element:
Vocabulary
This is called interpolation.
Warning
This only work between html tags. To set the attribute on a html tag, you need to use v-bind.