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> </style>
<script> <script>
this.user = this.opts.user this.user = this.opts.user;
this.on('mount', () => { this.on('mount', () => {
this.refs.tl.on('loaded', () => { this.refs.tl.on('loaded', () => {
this.trigger('loaded'); this.trigger('loaded');
});
});
</script> </script>
</mk-user-home> </mk-user-home>