Commit a2807e10 authored by chechunchi's avatar chechunchi

fix change side bug

parent 01992c4f
Pipeline #28484 passed with stages
in 11 minutes and 44 seconds
...@@ -5,6 +5,7 @@ import { ...@@ -5,6 +5,7 @@ import {
matStore, matStore,
placeStore, placeStore,
roomStore, roomStore,
sideStore,
} from "@/stores"; } from "@/stores";
import { CONTAINERS } from "."; import { CONTAINERS } from ".";
...@@ -20,6 +21,7 @@ export function initUIContainer(conn: WebSocketStream) { ...@@ -20,6 +21,7 @@ export function initUIContainer(conn: WebSocketStream) {
placeStore, placeStore,
roomStore, roomStore,
chatStore, chatStore,
sideStore,
}); });
const container = new Container(context, conn); const container = new Container(context, conn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment