diff --git a/frontend/public/index.html b/frontend/public/index.html index 832e6e9..94366f6 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,6 +6,7 @@ + Социальная сеть diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 1714cda..dc124e5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,44 +1,66 @@ diff --git a/frontend/src/components/Customers.vue b/frontend/src/components/Customers.vue index 57a01e3..b10ce11 100644 --- a/frontend/src/components/Customers.vue +++ b/frontend/src/components/Customers.vue @@ -4,15 +4,6 @@

Профили

-
-
-
- -
-
-

Список профилей

@@ -20,20 +11,19 @@
ID: {{ customer['id'] }}
-
Никнейм: {{ customer['username'] }}
-
Пароль: {{ customer['password'] }}
+
Никнейм: {{ customer['username'] }}

Комментарии:

-
+
-
"{{ comment['content'] }}" - к посту '{{ comment['postTitle'] }}' от пользователя {{ comment['postAuthor'] }}
+
"{{ comment['content'] }}" - к посту "{{ comment['postTitle'] }}" от пользователя {{ comment['postAuthor'] }}

Нет комментариев

Посты:

-
+
{{ post['title'] }}
@@ -42,128 +32,115 @@

Нет постов

-
- - +
+ +
- -
- -