add phone type placeholder

This commit is contained in:
Alex Turchyn
2023-09-05 01:00:21 +03:00
parent 2cbf429293
commit c38830dd1c
11 changed files with 393 additions and 90 deletions
@@ -237,6 +237,7 @@ export default {
save: this.save,
baseFetch: this.baseFetch,
backgroundColor: this.backgroundColor,
withPhone: this.withPhone,
selectedAreaRef: computed(() => this.selectedAreaRef)
}
},
@@ -270,6 +271,11 @@ export default {
required: false,
default: true
},
withPhone: {
type: Boolean,
required: false,
default: false
},
fetchOptions: {
type: Object,
required: false,