2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 06:58:22 +00:00

scope fix

This commit is contained in:
2022-06-19 13:29:51 +03:00
parent 6a1fc15fad
commit 1db18defea
4 changed files with 14 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ export default IUI.module(
}
get scope() {
return { route: this, view: this };
return { route: this, view: this, refs: this.refs };
}
_updateLinks() {