Please enable JavaScript.
Coggle requires JavaScript to display documents.
Vue.js (Directives (v-on (modifiers (.stop, .prevent, .{keyCode |…
Vue.js
Directives
v-once
v-bind
shortcut => :{attribute name}
v-html
v-model
v-on
shortcut =>
{event
name}
modifiers
.stop
.prevent
.{keyCode | keyAlias}
Vue object
el
data
methods
watch
computed
Templating
handlebar like syntax
v-bind:class
v-bind:style
using object
'background-color'
vs
backgroundColor
using names
using arrays
combination
using expressions
computed
methods
watch