[WIP] Добавил модалку для создания записи

This commit is contained in:
DwCay
2023-06-30 17:06:44 +03:00
parent fda6e8e10f
commit f5ed22c9f9
6 changed files with 211 additions and 5 deletions

View File

@@ -394,7 +394,7 @@ const getters = {
return [
{
id: 1,
year: 2023,
date: "2023-02-22",
pictures: [],
comments: [
{
@@ -410,7 +410,7 @@ const getters = {
},
{
id: 2,
year: 2022,
date: "2022-02-22",
pictures: [],
comments: [
{
@@ -426,7 +426,7 @@ const getters = {
},
{
id: 3,
year: 2021,
date: "2021-02-22",
pictures: [],
comments: [
{