🚚 Define acción base "before_render_component"

This commit is contained in:
Manuel Cillero 2023-06-07 23:21:42 +02:00
parent d8812433f1
commit cb04a29388
12 changed files with 81 additions and 81 deletions

View file

@ -153,7 +153,7 @@ impl MegaMenuItem {
define_handle!(COMPONENT_MEGAMENU);
action_before_render_component!(ACTION_BEFORE_RENDER_MENU, MegaMenu);
action_before_render_component!(ACTION_BEFORE_RENDER_MENU for MegaMenu);
#[rustfmt::skip]
#[derive(Default)]