[IMP] components: rename onRender->onWillRender, add onRendered

This commit is contained in:
Géry Debongnie
2021-11-19 09:43:06 +01:00
committed by Aaron Bohy
parent a400fc5e69
commit 629b379ea9
11 changed files with 508 additions and 249 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ export {
onWillUpdateProps,
onWillPatch,
onPatched,
onRender,
onWillRender,
onRendered,
onDestroyed,
onError,
} from "./component/lifecycle_hooks";