it"s easy to understand metaphorically.
data(){
return {
province:""
}
},
I want to modify the above province
here.<div v-for="item in area" @click="province = {{ item.name }}">{{ item.name }}</div>
there is no reaction in writing like this.
This is probably whatmeans. Is it written in the wrong way? Or not at all? Solve the problem