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
Thanks to the great seed framework!
I think this is a simple issue but I can't find the reason why the img! macro not working Here is my codebase
fn view(model: &Model) -> Node<Msg> { div![ img![C!["logo"], attrs!{At::Src => "https://a.com/a.png"}], input![ attrs! { At::Placeholder => "Enter your name..." }, input_ev(Ev::Input, Msg::ChangeText), ], ] }
It shows an input but I can't see the logo. (https://a.com/a.png is just a temporary) Also, if I check the dev tools, I can't find any img tag
Could anyone let me know what I mistake, please? Thanks in advance.
The text was updated successfully, but these errors were encountered:
oh. I think it was a cache issue I've fixed by clearing the cache and rebuild my wasm
@frankli
Solution: seed-rs/seed-rs.org#71 (comment)
Sorry, something went wrong.
No branches or pull requests
Thanks to the great seed framework!
I think this is a simple issue but I can't find the reason why the img! macro not working
Here is my codebase
It shows an input but I can't see the logo. (https://a.com/a.png is just a temporary)
Also, if I check the dev tools, I can't find any img tag
Could anyone let me know what I mistake, please?
Thanks in advance.
The text was updated successfully, but these errors were encountered: