Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes error thrown if data's initial value is null #8

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

OlenDavis
Copy link
Contributor

Or undefined. To reproduce/test this fix, simply try creating a component with a data property like so: { data: function() { return { something: null }; } }

Or undefined. To reproduce/test this fix, simply try creating a component with a data property like so: `{ data: function() { return { something: null }; } }`
@OlenDavis
Copy link
Contributor Author

Let me know if you need me to provide a plunk/fiddle to demonstrate it @yyx990803. (And thanks for all your fabulous work on VueJS!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants