wip
This commit is contained in:
parent
d4085085b8
commit
cc35f2c186
18 changed files with 38 additions and 44 deletions
|
|
@ -141,7 +141,7 @@ export default defineComponent({
|
|||
});
|
||||
}
|
||||
|
||||
this.connection = this.$root.stream.useSharedConnection('drive');
|
||||
this.connection = os.stream.useSharedConnection('drive');
|
||||
|
||||
this.connection.on('fileCreated', this.onStreamDriveFileCreated);
|
||||
this.connection.on('fileUpdated', this.onStreamDriveFileUpdated);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue