0% found this document useful (0 votes)
49 views

Optionmergestrategies Errorhandler Keycodes Productiontip: Silent Devtools Ignoredelements Performance

The document outlines the various configuration options, directives, components, and APIs available in Vue. It includes sections for global configuration, global APIs, lifecycle hooks, data options, DOM options, asset options, composition options, miscellaneous options, data methods, event methods, lifecycle methods, instance properties, built-in directives, built-in components, directive hooks, HTML attributes, v-model modifiers, event modifiers, v-bind modifiers, mouse modifiers, and keyboard modifiers in Vue.

Uploaded by

Minal Patil
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Optionmergestrategies Errorhandler Keycodes Productiontip: Silent Devtools Ignoredelements Performance

The document outlines the various configuration options, directives, components, and APIs available in Vue. It includes sections for global configuration, global APIs, lifecycle hooks, data options, DOM options, asset options, composition options, miscellaneous options, data methods, event methods, lifecycle methods, instance properties, built-in directives, built-in components, directive hooks, HTML attributes, v-model modifiers, event modifiers, v-bind modifiers, mouse modifiers, and keyboard modifiers in Vue.

Uploaded by

Minal Patil
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

 GlobalConfig

o silent
o optionMergeStrategies
o devtools
o errorHandler
o ignoredElements
o keyCodes
o performance2.2
o productionTip2.2
 GlobalAPI
o Vue.extend
o Vue.nextTick
o Vue.set
o Vue.delete
o Vue.directive
o Vue.filter
o Vue.component
o Vue.use
o Vue.mixin
o Vue.compile
o Vue.version
 OptionsLifecycle Hooks
o beforeCreate
o created
o beforeMount
o mounted
o beforeUpdate
o updated
o activated
o deactivated
o beforeDestroy
o destroyed
 OptionsData
o data
o props
o propsData
o computed
o methods
o watch
 OptionsDOM
o el
o template
o render
o renderError2.2
 OptionsAssets
o directives
o filters
o components
 OptionsComposition
o parent
o mixins
o extends
o provide / inject2.2
 OptionsMisc
o name
o delimiters
o functional
o model2.2
 MethodsData
o vm.$watch
o vm.$set
o vm.$delete
 MethodsEvents
o vm.$on
o vm.$once
o vm.$off
o vm.$emit
 MethodsLifecycle
o vm.$mount
o vm.$forceUpdate
o vm.$nextTick
o vm.$destroy
 InstanceProperties
o vm.$data
o vm.$props2.2
o vm.$el
o vm.$options
o vm.$parent
o vm.$root
o vm.$children
o vm.$slots
o vm.$scopedSlots2.1
o vm.$refs
o vm.$isServer
 htmlDirectives
o v-text
o v-html
o v-show
o v-if
o v-else
o v-else-if2.1
o v-for
o v-on
o v-bind
o v-model
o v-pre
o v-cloak
o v-once
 DirectivesHooks
o bind
o inserted
o update
o componentUpdated
o unbind
 htmlAttributes
o key
o ref
o slot
 Built-InComponents
o component
o transition
o transition-group
o keep-alive
o slot
 v-modelModifiers
o v-model .lazy
o v-model .number
o v-model .trim
 EventModifiers
o v-on:click .native
o v-on:click .stop
o v-on:click .prevent
o v-on:click .passive2.3
o v-on:click .capture
o v-on:click .self
o v-on:click .once2.1.4
 v-bindModifiers
o v-bind .prop
o v-bind .camel2.1
o v-bind .sync2.3
 MouseModifiers
o v-on:click .left2.2
o v-on:click .right2.2
o v-on:click .middle2.2
 KeyboardModifiers
o v-on:keyup .ctrl2.1
o v-on:keyup .alt2.1
o v-on:keyup .shift2.1
o v-on:keyup .meta2.1
o v-on:keyup .enter
o v-on:keyup .tab
o v-on:keyup .delete
o v-on:keyup .esc
o v-on:keyup .up
o v-on:keyup .down
o v-on:keyup .left
o v-on:keyup .right

You might also like