<input v-model="newItem(key,val)" type="text"/> computed:{ newItem:function(){ return function(key,val){ return key + " " + val } } }