[REF] component: remove onDestroyed, implement onWillDestroy

This commit is contained in:
Géry Debongnie
2021-11-29 14:06:53 +01:00
committed by Aaron Bohy
parent 8c600fa539
commit 779003e715
10 changed files with 83 additions and 117 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export {
onPatched,
onWillRender,
onRendered,
onDestroyed,
onWillDestroy,
onError,
} from "./component/lifecycle_hooks";