틀:Vue:CheatSheet
- Global
- Config
- silent
- optionMergeStrategies
- devtools
- errorHandler
- ignoredElements
- keyCodes
- performance
- productionTip
API - Vue.extend
- Vue.nextTick
- Vue.set
- Vue.delete
- Vue.directive
- Vue.filter
- Vue.component
- Vue.use
- Vue.mixin
- Vue.compile
- Vue.version
Options - Lifecycle Hooks
- Data
- data
- props
- propsData
- computed
- methods
- watch
- DOM
- el
- template
- render
- renderError
- Assets
- Composition
- parent
- mixins
- extends
- provide/inject
- Misc
- name
- delimiters
- functional
- model
Methods - Data
- vm.$watch
- vm.$set
- vm.$delete
- Events
- vm.$on
- vm.$once
- vm.$off
- vm.$emit
- Lifecycle
- vm.$mount
- vm.$forceUpdate
- vm.$nextTick
- vm.$destroy
Instance - Properties
- vm.$data
- vm.$props
- vm.$el
- vm.$options
- vm.$parent
- vm.$root
- vm.$children
- vm.$slots
- vm.$scopedSlots
- vm.$refs
- vm.$isServer
html Hooks - Directives
- bind
- inserted
- update
- componentUpdated
- unbind
Built-In - Components
- component
- transition
- transition-group
- keep-alive
- slot
Modifiers