forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
75cd580c3a
commit
0adcb646fe
1 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue