From 7dd0332caee4a991b26f1d0cd6a4be819aa897c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=B8?= Date: Tue, 15 Dec 2020 19:11:05 +0900 Subject: [PATCH] [update] --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 7180a6e..2020073 100644 --- a/main.js +++ b/main.js @@ -96,6 +96,7 @@ export class Component extends HTMLElement{ if(this.beforeUpdate) this.beforeUpdate(); this.template._update(...values); if(this.afterUpdate) this.afterUpdate(); + if(this.afterConnect) this.afterConnect(); } init(){ return {}