Blog
It's a Wonderful Life
What are Vue.js events
I was surprised to find there is no simple online comparison giving an overview of the difference between JQuery’s height, innerHeight and outerHeight. It’s really quite simple and is down to wheth...
.append() puts data inside an element at last index and
.prepend() puts the prepending elem at first index
Components in Vue can communicate in various ways.
Say you have a Pixel component in src/components/Pixel.vue
Say you have a Car component.
Use event.stopPropagation().
Introduction
The v-model Vue directive allows us to create a two-way binding.
Using Vue you might surely asked yourself the question “why must data be a function that returns an object, and not just an object?”