Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wangsongc opened this issue Jun 22, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@wangsongc
Copy link

wangsongc commented Jun 22, 2021

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

@ygj6 ygj6 added the enhancement New feature or request label Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants