Añade hook previo antes de renderizar componentes
This commit is contained in:
parent
166f209dab
commit
616d7ee207
16 changed files with 145 additions and 75 deletions
|
|
@ -1,9 +1,3 @@
|
|||
mod hook;
|
||||
pub use hook::{
|
||||
HOOK_BEFORE_RENDER_COMPONENT,
|
||||
BeforeRenderComponentHook,
|
||||
};
|
||||
|
||||
mod context;
|
||||
pub use context::{InContext, InContextOp};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue