This commit is contained in:
syuilo
2020-09-06 13:04:44 +09:00
parent d4085085b8
commit cc35f2c186
18 changed files with 38 additions and 44 deletions

View File

@@ -38,7 +38,7 @@ export default defineComponent({
data() {
return {
connection: this.$root.stream.useSharedConnection('queueStats'),
connection: os.stream.useSharedConnection('queueStats'),
faExchangeAlt, faTrashAlt
}
},