Please enable JavaScript.
Coggle requires JavaScript to display documents.
VUE instance (VUEX (state, getters, mutations, actions), Single File…
VUE instance
VUEX
state
getters
mutations
actions
Single File Component (.vue)
CSS
Javascript
props
Lists all properties that we can pass down to a child component
methods
watch
Spy on one component of state to run another function
computed
Want to do something with several expressions
data
Components of local state
Template
HTML
Directives
Control Flow
v-if
Events
-@click
Loops
v-for
Bindings
v-bind
v-model
Interpolation
Components
Module
Module
DOM
Client
Plugins