# Global API 改为应用程序实例调用

列举如下:

2.x Global API 3.x Global API
Vue.config app.config
Vue.config.productionTip removed
Vue.config.ignoredElements app.config.isCustomElement
Vue.component app.component
Vue.directive app.directive
Vue.mixin app.mixin
Vue.use app.use
Vue.config.filter removed