Outline
When you are working with components, it is helpful to know of their options. These options are properties that can be accessed to do something within the vue instance.
The data
option allows you to create a function that returns variables that are local to the component. These variables store data and are used to access that data through the DOM and other lifecycle hooks.