👽️ Aplica cambios de API asociados a componentes
This commit is contained in:
parent
a39fee9297
commit
b5606f043a
16 changed files with 65 additions and 64 deletions
|
|
@ -34,7 +34,7 @@ impl ComponentTrait for Image {
|
|||
(self.renderable.check)(rcx)
|
||||
}
|
||||
|
||||
fn default_render(&self, _: &mut RenderContext) -> Markup {
|
||||
fn prepare_component(&self, _: &mut RenderContext) -> Markup {
|
||||
html! {
|
||||
img
|
||||
src=[self.source().get()]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue