[Client] Fix bug
This commit is contained in:
parent
f3fbc52dff
commit
4fccfbd805
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ const riot = require('riot');
|
|||
|
||||
module.exports = me => {
|
||||
riot.mixin('i', {
|
||||
init: () => {
|
||||
init: function() {
|
||||
this.I = me;
|
||||
this.SIGNIN = me != null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue