[WIP] Добавил аватары на страницу календаря

This commit is contained in:
megavrilinvv
2022-12-01 12:34:30 +03:00
parent 17db21306a
commit e24f301e44
11 changed files with 38 additions and 22 deletions

View File

@@ -12,7 +12,8 @@
:open-form="openForm",
:is-open-form="isOpenForm",
:updated-clients="updatedClients",
@reset-updated-clients="resetUpdatedClients"
@reset-updated-clients="resetUpdatedClients",
:url="url"
)
the-notification-provider
</template>
@@ -29,6 +30,7 @@ export default {
return {
isOpenForm: false,
updatedClients: false,
url: "http://45.84.227.122:8080",
};
},
methods: {