Fix bug
This commit is contained in:
parent
75cd580c3a
commit
0adcb646fe
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue