fix: example bugged out

This commit is contained in:
Jonathan Kelley 2022-01-10 03:05:49 -05:00
parent d2372717bd
commit c8535fb184

View file

@ -28,7 +28,7 @@ struct ButtonProps {
#[props(default)]
c: Option<String>,
#[props(default)]
#[props(default, strip_option)]
d: Option<String>,
}