Skip to content

How to use the render function in vue-next #696

New issue

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

Closed
Weeb6279 opened this issue Feb 4, 2020 · 1 comment
Closed

How to use the render function in vue-next #696

Weeb6279 opened this issue Feb 4, 2020 · 1 comment

Comments

@Weeb6279
Copy link

Weeb6279 commented Feb 4, 2020

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.

@Weeb6279 Weeb6279 changed the title How to use How to use the render function in vue-next Feb 4, 2020
@yyx990803
Copy link
Member

Fixed in [email protected]

@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants