[*] vue icon

This commit is contained in:
acgist
2023-04-09 11:20:48 +08:00
parent 8101db66d2
commit 46f21e3a43
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ import {
Microphone,
VideoCamera,
CircleClose,
} from "@element-plus/icons";
} from "@element-plus/icons-vue";
export default {
name: "LocalClient",
setup() {

View File

@@ -28,7 +28,7 @@ import {
Microphone,
VideoCamera,
CircleClose,
} from "@element-plus/icons";
} from "@element-plus/icons-vue";
export default {
name: "RemoteClient",
setup() {

View File

@@ -27,7 +27,7 @@ import {
Microphone,
VideoCamera,
CircleClose,
} from "@element-plus/icons";
} from "@element-plus/icons-vue";
export default {
name: "SessionClient",
setup() {