We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
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.2.45
https://sfc.vuejs.org/#eNp9kcFugzAMQH/FyqVUKuGOgGnSPmAfkAsDQ6kgiZxADyj/PgdY1W1Sb7Fjv+c4q3i3Vi4zilwUrqHBehhr3ZfeVUo3RjsPLXb1PHoHJazQ6RySc1nBGiAoXWR7ExdzcAAc+tk+YYbJGvLcTNhBgI7MBCd2nmLT7rBkbBTcB3/9OHwJiweNn/GqWJUGlr9FO7B+MUOrdKiS84XBUsrHlOH8gzUjytH0yQbn7O9hPU52rD1yVGSPQFzEPm461VbenNG8mU2ujgunRA5bJub4GTFW4uq9dXmWua6J+7w5aajP+CRp1n6YUKKb0i8yd4fEYCUuT4yMkwtSSqhbJKRXzD+l/7gRy18TRPgGe2Snhw==
Under both prod and dev mode, props.fn is a function
props.fn
In prod mode, props.fn is undefined, and in dev mode, props.fn is a function
undefined
No response
I'll make a PR to fix it.
The text was updated successfully, but these errors were encountered:
fix(compiler-sfc): always generate runtime prop type for Function (#7112
584eae6
) fix #7111
fix(compiler-sfc): always generate runtime prop type for Function (vu…
d014612
…ejs#7112) fix vuejs#7111
a31578d
Successfully merging a pull request may close this issue.
Vue version
3.2.45
Link to minimal reproduction
https://sfc.vuejs.org/#eNp9kcFugzAMQH/FyqVUKuGOgGnSPmAfkAsDQ6kgiZxADyj/PgdY1W1Sb7Fjv+c4q3i3Vi4zilwUrqHBehhr3ZfeVUo3RjsPLXb1PHoHJazQ6RySc1nBGiAoXWR7ExdzcAAc+tk+YYbJGvLcTNhBgI7MBCd2nmLT7rBkbBTcB3/9OHwJiweNn/GqWJUGlr9FO7B+MUOrdKiS84XBUsrHlOH8gzUjytH0yQbn7O9hPU52rD1yVGSPQFzEPm461VbenNG8mU2ujgunRA5bJub4GTFW4uq9dXmWua6J+7w5aajP+CRp1n6YUKKb0i8yd4fEYCUuT4yMkwtSSqhbJKRXzD+l/7gRy18TRPgGe2Snhw==
Steps to reproduce
What is expected?
Under both prod and dev mode,
props.fn
is a functionWhat is actually happening?
In prod mode,
props.fn
isundefined
, and in dev mode,props.fn
is a functionSystem Info
No response
Any additional comments?
I'll make a PR to fix it.
The text was updated successfully, but these errors were encountered: