Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Docs are unclear on whether properties are reactive. #27

Open
robjbrain opened this issue Oct 31, 2018 · 0 comments
Open

Docs are unclear on whether properties are reactive. #27

robjbrain opened this issue Oct 31, 2018 · 0 comments

Comments

@robjbrain
Copy link

Hey just reading through the readme it's unclear whether these models have Vue's reactivity?

For instance in your example of the is_aaron computed property. If you change the email and you have a v-if based on is_aaron would this update?

Similarly if you have a post and do:

{{ post.title }}

post.title = 'my new title'
post.save()

Will the text in the h1 update?

It would be good if the docs were clearer on this?

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