mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
fix: example bugged out
This commit is contained in:
parent
d2372717bd
commit
c8535fb184
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct ButtonProps {
|
|||
#[props(default)]
|
||||
c: Option<String>,
|
||||
|
||||
#[props(default)]
|
||||
#[props(default, strip_option)]
|
||||
d: Option<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue