This commit is contained in:
syuilo 2017-02-20 14:36:01 +09:00
parent 12cba7a76d
commit 71509da660

View file

@ -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>