This commit is contained in:
syuilo 2018-10-07 19:35:25 +09:00
parent 75cd580c3a
commit 0adcb646fe
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ import * as anime from 'animejs';
export default Vue.extend({
computed: {
stream() {
return (this as any).os.stream.useSharedConnection('main');
return (this as any).os.stream;
}
},
created() {