Actualiza nomenclatura de tipos
This commit is contained in:
parent
72f5144b75
commit
96cbbb0c3c
24 changed files with 73 additions and 73 deletions
|
|
@ -46,7 +46,7 @@ impl ComponentTrait for Paragraph {
|
|||
self.weight
|
||||
}
|
||||
|
||||
fn default_render(&self, _: &mut Context) -> Markup {
|
||||
fn default_render(&self, _: &mut InContext) -> Markup {
|
||||
html! {
|
||||
p id=[self.id()] class=[self.classes()] { (*self.html()) }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue