Skip to content

Commit

Permalink
Fix socket.io-client import
Browse files Browse the repository at this point in the history
  • Loading branch information
Level128 committed Jul 13, 2023
1 parent effcc2b commit 99dd69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ import Setting from "./setting/Setting.vue";
import CallView from "@/components/CallView.vue";
import CheckDir from "@/components/CheckDir.vue";
import { EventBus } from "@/event-bus";
const io = require("socket.io-client");
// const io = require("socket.io-client");
import { io } from "socket.io-client";
export default {
name: "dashboard",
components: {
Expand Down

0 comments on commit 99dd69f

Please sign in to comment.