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.4
https://codesandbox.io/s/github/vuejs/vue-next-webpack-preview
How is it possible to use a render function in a component?
using render() { return h("div", "children");} on the same level as setup does not work.
children should be rendered
Nothing happens.
The text was updated successfully, but these errors were encountered:
Fixed in [email protected]
[email protected]
Sorry, something went wrong.
No branches or pull requests
Version
3.0.0-alpha.4
Reproduction link
https://codesandbox.io/s/github/vuejs/vue-next-webpack-preview
Steps to reproduce
How is it possible to use a render function in a component?
using render() { return h("div", "children");} on the same level as setup does not work.
What is expected?
children should be rendered
What is actually happening?
Nothing happens.
The text was updated successfully, but these errors were encountered: