[*] vue icon
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"moment": "^2.29.4",
|
||||
"element-plus": "^2.2.32",
|
||||
"mediasoup-client": "^3.6.82",
|
||||
"@element-plus/icons": "^0.0.11"
|
||||
"@element-plus/icons-vue": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^4.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@ import {
|
||||
Microphone,
|
||||
VideoCamera,
|
||||
CircleClose,
|
||||
} from "@element-plus/icons";
|
||||
} from "@element-plus/icons-vue";
|
||||
export default {
|
||||
name: "LocalClient",
|
||||
setup() {
|
||||
|
||||
@@ -28,7 +28,7 @@ import {
|
||||
Microphone,
|
||||
VideoCamera,
|
||||
CircleClose,
|
||||
} from "@element-plus/icons";
|
||||
} from "@element-plus/icons-vue";
|
||||
export default {
|
||||
name: "RemoteClient",
|
||||
setup() {
|
||||
|
||||
@@ -27,7 +27,7 @@ import {
|
||||
Microphone,
|
||||
VideoCamera,
|
||||
CircleClose,
|
||||
} from "@element-plus/icons";
|
||||
} from "@element-plus/icons-vue";
|
||||
export default {
|
||||
name: "SessionClient",
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user