[*] 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

@@ -14,7 +14,7 @@
"moment": "^2.29.4", "moment": "^2.29.4",
"element-plus": "^2.2.32", "element-plus": "^2.2.32",
"mediasoup-client": "^3.6.82", "mediasoup-client": "^3.6.82",
"@element-plus/icons": "^0.0.11" "@element-plus/icons-vue": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"vite": "^4.0.0", "vite": "^4.0.0",

View File

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

View File

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

View File

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