diff --git a/components/Room/Invite/index.vue b/components/Room/Invite/index.vue new file mode 100644 index 0000000..594459f --- /dev/null +++ b/components/Room/Invite/index.vue @@ -0,0 +1,68 @@ + + + + + + + + + + Invite Friends + + + + + + + You can copy this room link and share with friends. + + + {{ inputValues }} + + + + + + + + + Invite + + Cancel + + + + + + + + diff --git a/components/Room/Invite/user.vue b/components/Room/Invite/user.vue new file mode 100644 index 0000000..45fd706 --- /dev/null +++ b/components/Room/Invite/user.vue @@ -0,0 +1,59 @@ + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + + Berke Kayada + + + + + + diff --git a/pages/rooms/[id].vue b/pages/rooms/[id].vue index ac6a08e..e1d05df 100644 --- a/pages/rooms/[id].vue +++ b/pages/rooms/[id].vue @@ -1,11 +1,14 @@ + + + @@ -23,7 +26,7 @@ const player = ref() - +
+ You can copy this room link and share with friends. +
{{ inputValues }}