watch: {
'isAddress': function (val) {
if(!val){
this.$nextTick(function () {
this.createSuggestion();
})
}else{
this.suggestionsPlugin.suggestions().dispose();
}
}
},
<addresssuggestion ids="1"></addresssuggestion>
<addresssuggestion ids="0"></addresssuggestion>
<input hidden type="checkbox" :id="'specifyAddress-'+ids"
name="specifyAddress" v-model="isAddress">
<label :for="'specifyAddress-'+ids">