mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 06:58:22 +00:00
scope fix
This commit is contained in:
@@ -22,7 +22,7 @@ export default IUI.module(
|
||||
}
|
||||
|
||||
get scope() {
|
||||
return { route: this, view: this };
|
||||
return { route: this, view: this, refs: this.refs };
|
||||
}
|
||||
|
||||
_updateLinks() {
|
||||
|
||||
Reference in New Issue
Block a user