0👍
✅
It’s a Reactivity issue you need to use $set
for setting value.
try this.
this.$set(this.clonedStore.address,'post_code',value)
Source:stackexchange.com