We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
vue-property-decorator
For Vue 2 project with TypeScript and class components, install the latest versions of vue-class-component and vue-property-decorator.
vue-class-component
The text was updated successfully, but these errors were encountered:
chore: update vue-property-decorator version in template
6061708
fixes #6183
Fixed in 4.5.10
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
Right now when scaffolding new Vue 2 project with TypeScript and class components, vue-cli installs:
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
andvue-property-decorator
.The text was updated successfully, but these errors were encountered: