From 1a2887929969bfdb9068e984d9910a2dc068bd07 Mon Sep 17 00:00:00 2001 From: techcrafter Date: Sun, 8 Nov 2020 16:05:09 +0100 Subject: [PATCH] Home V0.1 --- src/components/chatInformation.vue | 63 ++++++++++++++++++++ src/components/room.vue | 94 ++++++++++++++++++++++++++++++ src/components/topBanner.vue | 2 +- src/components/topBannerHome.vue | 71 ++++++++++++++++++++++ src/main.js | 6 ++ src/views/chat.vue | 4 +- src/views/home.vue | 27 +++++++++ 7 files changed, 264 insertions(+), 3 deletions(-) create mode 100644 src/components/room.vue create mode 100644 src/components/topBannerHome.vue create mode 100644 src/views/home.vue diff --git a/src/components/chatInformation.vue b/src/components/chatInformation.vue index 2cb299f..04ad9ac 100644 --- a/src/components/chatInformation.vue +++ b/src/components/chatInformation.vue @@ -25,6 +25,69 @@
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
+
+
+ + + + diff --git a/src/components/room.vue b/src/components/room.vue new file mode 100644 index 0000000..11f8188 --- /dev/null +++ b/src/components/room.vue @@ -0,0 +1,94 @@ + + + \ No newline at end of file diff --git a/src/components/topBanner.vue b/src/components/topBanner.vue index 98005f0..fa700f6 100644 --- a/src/components/topBanner.vue +++ b/src/components/topBanner.vue @@ -1,7 +1,7 @@