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
2.5.16
Vue.extend({ render (h): VNode { return h('div', { directives: [ { name: 'a', value: 'foo' } ] }) } })
Paste it into options-test.ts and run yarn test:types
options-test.ts
yarn test:types
No errors
Property 'oldValue' is missing in type '{ name: string; value: string; }'.
The text was updated successfully, but these errors were encountered:
fix(types): make VNodeDirective properties optional, fix #8013 (#8003)
99a51b4
fix(types): make VNodeDirective properties optional, fix vuejs#8013 (v…
1347fc8
…uejs#8003)
92f2c8b
Successfully merging a pull request may close this issue.
Version
2.5.16
Reproduction link
Steps to reproduce
Paste it into
options-test.ts
and runyarn test:types
What is expected?
No errors
What is actually happening?
The text was updated successfully, but these errors were encountered: