📝 (doc): Normaliza referencias al nombre PageTop
This commit is contained in:
parent
ce5a6c07bd
commit
b315e6d08e
25 changed files with 66 additions and 67 deletions
|
|
@ -11,7 +11,7 @@ pub trait ComponentRender {
|
|||
fn render(&mut self, cx: &mut Context) -> Markup;
|
||||
}
|
||||
|
||||
/// Interfaz común que debe implementar un componente renderizable en `PageTop`.
|
||||
/// Interfaz común que debe implementar un componente renderizable en PageTop.
|
||||
///
|
||||
/// Se recomienda que los componentes deriven [`AutoDefault`](crate::AutoDefault). También deben
|
||||
/// implementar explícitamente el método [`new()`](Self::new) y pueden sobrescribir los otros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue