Skip to content

Commit 99e5b79

Browse files
Update component.go
1 parent db9f244 commit 99e5b79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/app/component.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,10 @@ func (c *Compo) mount() error {
197197

198198
if mounter, ok := c.this.(Mounter); ok {
199199
mounter.OnMount(Context{
200-
Context: c.ctx,
201-
Src: c.this,
202-
JSSrc: c.this.JSValue(),
200+
Context: c.ctx,
201+
Src: c.this,
202+
JSSrc: c.this.JSValue(),
203+
AppUpdateAvailable: appUpdateAvailable,
203204
})
204205
}
205206

0 commit comments

Comments
 (0)