-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
feat(typings): adapt to the new Vue typings #1685
Conversation
BREAKING CHANGE: It is no longer compatible with the old Vue typings
package.json
Outdated
"uglify-js": "^3.0.17", | ||
"vue": "^2.3.0", | ||
"vue": "DanielRosenwasser/vue#e4a8545", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line will change once the other PR at vuejs/vue gets merged, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, exactly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @ktsn !
Please do not merge this until vuejs/vue#6391 is merged
I'll update the deps in package.json when vuejs/vue#6391 is merged and released.
close #1204