Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 15, 2020
1 parent 2faf1e2 commit 7dd0332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 7dd0332

Please sign in to comment.