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
renderError
2.5.17
st-sloth/vue-ts-renderError@ff92cd5
npm i
npm run serve
No TypeScript errors
10:12 Expected 0 arguments, but got 3. 8 | // https://vuejs.org/v2/api/#renderError 9 | renderError (h, err) { > 10 | return h('pre', { style: { color: 'red' }}, err.stack) | ^ 11 | }, 12 | }).$mount('#app') 13 |
The text was updated successfully, but these errors were encountered:
fix(types): fix renderError type (vuejs#8635)
87be6d7
ac217d2
fix(types): fix renderErrorarguments type (vuejs#8636)
ee028e8
fix vuejs#8635
7967f35
No branches or pull requests
Version
2.5.17
Reproduction link
st-sloth/vue-ts-renderError@ff92cd5
Steps to reproduce
npm i
npm run serve
What is expected?
No TypeScript errors
What is actually happening?
The text was updated successfully, but these errors were encountered: