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
Cleans up other projects augmentations as discussed in Vue official doc:
https://vuejs.org/guide/typescript/options-api.html#augmenting-custom-options
Breaks other projects, see: primefaces/primevue#6624
This should be declare module ''vue' according to Vue doc (see first link)
vue-axios/index.d.ts
Line 5 in 990cacb
The text was updated successfully, but these errors were encountered:
Thank you for the information. Will the change break be backward compatible with previous Vue version?
Sorry, something went wrong.
I don't know. I have started developing for Vue only a few weeks ago. I'm just learning
In this case, we can safely bump a major version
No branches or pull requests
Cleans up other projects augmentations as discussed in Vue official doc:
https://vuejs.org/guide/typescript/options-api.html#augmenting-custom-options
Breaks other projects, see:
primefaces/primevue#6624
This should be declare module ''vue' according to Vue doc (see first link)
vue-axios/index.d.ts
Line 5 in 990cacb
The text was updated successfully, but these errors were encountered: