This commit is contained in:
Henry Jameson 2018-12-02 12:56:02 +03:00
parent 1e56cec2aa
commit d756455c34

View file

@ -14,6 +14,7 @@ export default {
data () {
return {
selectedId: 0,
// TODO there are some bugs regarding display of array (it's not getting updated when deleting for some reason)
cValue: this.value || this.fallback || []
}
},