[*] vue icon
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user