-
How do I change the app root? |
Beta Was this translation helpful? Give feedback.
Answered by
futursolo
Jun 10, 2023
Replies: 1 comment 1 reply
-
To set a custom root, you can use https://docs.rs/yew/latest/yew/struct.Renderer.html#method.with_root |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
decapo01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To set a custom root, you can use
Renderer::with_root
.https://docs.rs/yew/latest/yew/struct.Renderer.html#method.with_root