This commit is contained in:
syuilo 2018-10-07 19:35:25 +09:00
parent 6ff2a0bd22
commit 960c151f32

View file

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