add propsUpdated hook

This commit is contained in:
Géry Debongnie
2019-01-27 18:45:08 +01:00
parent 2ad5a50b8e
commit 138e5dc231
+2
View File
@@ -71,6 +71,8 @@ export class Widget<T extends WEnv> {
mounted() {}
propsUpdated(newProps: any) {}
willUnmount() {}
destroyed() {}