vue-codemod icon indicating copy to clipboard operation
vue-codemod copied to clipboard

The conversion feature of the Global API is expected to be supported.

Open wangsongc opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. The conversion feature of the Global API is expected to be supported.

2.x Global API 3.x Instance API (app)
Vue.config app.config
Vue.config.productionTip removed (see below)
Vue.config.ignoredElements app.config.compilerOptions.isCustomElement (see below)
Vue.component app.component
Vue.directive app.directive
Vue.mixin app.mixin
Vue.use app.use (see below)
Vue.prototype app.config.globalProperties (see below)
Vue.extend removed (see below)

Describe the solution you'd like

Describe alternatives you've considered

Additional context

wangsongc avatar Jun 22 '21 03:06 wangsongc