Modifica Assets por Context
This commit is contained in:
parent
9e5d6e1a72
commit
72f5144b75
29 changed files with 375 additions and 372 deletions
|
|
@ -46,7 +46,7 @@ impl ComponentTrait for Paragraph {
|
|||
self.weight
|
||||
}
|
||||
|
||||
fn default_render(&self, _: &mut Assets) -> Markup {
|
||||
fn default_render(&self, _: &mut Context) -> Markup {
|
||||
html! {
|
||||
p id=[self.id()] class=[self.classes()] { (*self.html()) }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue