[Client] Fix bug

This commit is contained in:
syuilo 2017-03-19 00:46:03 +09:00
parent d4f6bf8a7b
commit d21546071e
1 changed files with 2 additions and 2 deletions

View File

@ -48,14 +48,14 @@
</style>
<script>
import isPromise from '../../common/scripts/is-promise';
this.mixin('i');
this.mixin('api');
this.mixin('stream');
const stream = this.stream.event;
const isPromise = require('../../common/scripts/is-promise');
this.user = null;
this.userPromise = isPromise(this.opts.user)
? this.opts.user