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({
computed: {
stream() {
return (this as any).os.stream.useSharedConnection('main');
return (this as any).os.stream;
}
},
created() {