WIP Сделал шаблон Контактов

This commit is contained in:
DwCay
2023-04-13 18:14:21 +03:00
parent ce33e49b27
commit 23af294f2b
8 changed files with 183 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ export default {
},
},
created() {
if (this.value) {
if (this.value.photo) {
this.image = this.value.photo;
}
},