fix bug
This commit is contained in:
parent
0eb115bf7e
commit
d76345264d
|
@ -43,7 +43,7 @@ export default defineComponent({
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($i) {
|
if ($i) {
|
||||||
const connection = stream.useChannel('main', 'UI');
|
const connection = stream.useChannel('main', null, 'UI');
|
||||||
connection.on('notification', onNotification);
|
connection.on('notification', onNotification);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue