[WIP] Добавил модалку для создания записи
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user