This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
One way binds #9
Open
Description
Would be awesome if this could 'refresh' one way binds when async data is received
Something like <span> Edit {{* person.name }} </span>
asyncData: function () {
var self = this
return PeopleRedux
.single(self.$route.params.personId)
.then(function (person) {
return {
person: person
}
});
},
Metadata
Metadata
Assignees
Labels
No labels