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
3.0.0-alpha.11
https://jsfiddle.net/fdc0873L/4/
To access props defined from createApp();
The props are missing after upgrade from a.10 to a.11
I'm able to access the props through ctx.attrs
ctx.attrs
The text was updated successfully, but these errors were encountered:
No Bug: 21bcdec
See also vuejs/rfcs#154
Sorry, something went wrong.
So solution is to define props twice now?
One as interface for typescript and second one for Vue?
Just add props: {test: String} to your options.
props: {test: String}
Types are automatic.
No branches or pull requests
Version
3.0.0-alpha.11
Reproduction link
https://jsfiddle.net/fdc0873L/4/
Steps to reproduce
What is expected?
To access props defined from createApp();
What is actually happening?
The props are missing after upgrade from a.10 to a.11
I'm able to access the props through
ctx.attrs
The text was updated successfully, but these errors were encountered: