Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

One way binds #9

Open
JoshZA opened this issue Nov 29, 2015 · 0 comments
Open

One way binds #9

JoshZA opened this issue Nov 29, 2015 · 0 comments

Comments

@JoshZA
Copy link

JoshZA commented Nov 29, 2015

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
                        }
                    });
        },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant