Replies: 1 comment 1 reply
-
Seems like it was replaced by with_custom_index. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In dioxus 0.5, we can use the method
with_custom_head
to load a stylesheet like:But it does not work in dioxus 0.6. Any ideas on how to load a local stylesheet using
with_custom_head
(not using asset!)?If we use
asset!
, it seems that it can not run withcargo run
.Beta Was this translation helpful? Give feedback.
All reactions