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

Update vue-property-decorator to v9 in vue 2 projects #6183

Closed
Mikilll94 opened this issue Jan 4, 2021 · 1 comment
Closed

Update vue-property-decorator to v9 in vue 2 projects #6183

Mikilll94 opened this issue Jan 4, 2021 · 1 comment

Comments

@Mikilll94
Copy link

What problem does this feature solve?

Right now when scaffolding new Vue 2 project with TypeScript and class components, vue-cli installs:

    "vue-class-component": "^7.2.3",
    "vue-property-decorator": "^8.4.2"

The latest version of vue-property-decorator is v9.1.2 and this version should be installed.

What does the proposed API look like?

For Vue 2 project with TypeScript and class components, install the latest versions of vue-class-component and vue-property-decorator.

@haoqunjiang
Copy link
Member

Fixed in 4.5.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants