Document page currencies feature and change currency dynamic fixed..

This commit is contained in:
Cüneyt Şentürk
2021-01-19 17:52:22 +03:00
parent 7e583ab8e9
commit b06deb529d
3 changed files with 41 additions and 9 deletions

View File

@ -169,6 +169,7 @@ export default {
},
error: {
type: String,
default: '',
description: "Input error (below input)"
},
selected: {
@ -593,7 +594,7 @@ export default {
this.$emit('change', this.contact);
}
} ,
},
computed: {
sortContacts() {