diff --git a/src/components/chatInformation.vue b/src/components/chatInformation.vue index 04ad9ac..16c8be4 100644 --- a/src/components/chatInformation.vue +++ b/src/components/chatInformation.vue @@ -14,78 +14,10 @@

O P

-
TechCrafter07
-
Online
+
{{name}}
+
{{status}}
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
- - @@ -98,6 +30,10 @@ export default { name: "chatInformation", components:{ icon + }, + props:{ + name: String, + status: String } } diff --git a/src/components/room.vue b/src/components/room.vue index 11f8188..eb1224c 100644 --- a/src/components/room.vue +++ b/src/components/room.vue @@ -8,13 +8,6 @@
{{onlineUsers}} Online
-
-

O P

-
-
Open Chatroom 2
-
3 Online
-
-
diff --git a/src/components/topBanner.vue b/src/components/topBanner.vue index fa700f6..ed910e5 100644 --- a/src/components/topBanner.vue +++ b/src/components/topBanner.vue @@ -1,7 +1,7 @@ @@ -46,6 +46,10 @@ export default { newMessage, topBanner, chatInformation + }, + props:{ + name: String, + status: String } } diff --git a/src/views/home.vue b/src/views/home.vue index 0c60076..5db0c09 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -1,8 +1,7 @@