mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
restore the docs for the image element
This commit is contained in:
parent
5dad13ac74
commit
f7209e123f
1 changed files with 3 additions and 3 deletions
|
@ -1613,9 +1613,9 @@ builder_constructors! {
|
|||
/// element.
|
||||
hatchpath "http://www.w3.org/2000/svg" {};
|
||||
|
||||
// /// Build a
|
||||
// /// [`<image>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image)
|
||||
// /// element.
|
||||
/// Build a
|
||||
/// [`<image>`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image)
|
||||
/// element.
|
||||
image "http://www.w3.org/2000/svg" {};
|
||||
|
||||
/// Build a
|
||||
|
|
Loading…
Add table
Reference in a new issue