optionMergeStrategies

自定义合并策略的选项。

errorHandler

指定组件的渲染和观察期间未捕获错误的处理函数

ignoredElements

须使 Vue 忽略在 Vue 之外的自定义元素

keyCodes

v-on 自定义键位别名

performance

设置为 true 以在浏览器开发工具的性能/时间线面板中启用对组件初始化、编译、渲染和打补丁的性能追踪。只适用于开发模式和支持 performance.mark API 的浏览器上。

Vue.directive( id, [definition] )

自定义指令

Vue.mixin( mixin )

混入

Vue.observable( object )

让一个对象可响应

render

字符串模板的代替方案,允许你发挥 JavaScript 最大的编程能力

functional

使组件无状态 (没有 data) 和无实例 (没有 this 上下文)。