forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
12cba7a76d
commit
71509da660
1 changed files with 3 additions and 1 deletions
|
@ -35,10 +35,12 @@
|
|||
|
||||
</style>
|
||||
<script>
|
||||
this.user = this.opts.user
|
||||
this.user = this.opts.user;
|
||||
|
||||
this.on('mount', () => {
|
||||
this.refs.tl.on('loaded', () => {
|
||||
this.trigger('loaded');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</mk-user-home>
|
||||
|
|
Loading…
Reference in a new issue