Blog
It's a Wonderful Life
v-text
What are Vue.js methods
Removing Elements from End of a JavaScript Array
What is a Computed Property
The simplest option to add CSS to a Vue.js component is to use the style tag, just like in HTML:
A watcher is a special Vue.js feature that allows you to spy on one property of the component state, and run a function when that property value changes.
Components are single, independent units of an interface. They can have their own state, markup and style.
JavaScript does not discriminate integer and float type of numbers, all the numbers are stored as 64-bit float values, just like double type in Java. On the other hand, in actual usage, like Array ...
A component can be 100% responsible for generating its output, like in this case:
Define a prop inside the component