-
Notifications
You must be signed in to change notification settings - Fork 247
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
Empty string is undefined #52
Comments
I think this is the same as #32. |
Should be fixed with #81 |
@atinux I'm sorry, but it still have this problem.
At line And I create a PR, please fixed it or merge the PR, thanks for your work. |
It would be awesome if the supplied PR can be merged, this issue is still present as described by IssaTan. |
Hi,
in my application I set an initial data variable as empty string in my component. My next step is to get the final value from an async call.
Within this time from initialization of the data variable and the overwrite from the ajax call the value is undefined. I have tested it without the ajax call and it is independent of it. If I have defined my variable in the data function of my component as an empty string, it got undefined.
My current dirty solution is to use an string with an empty line in it, because I don´t want an 'undefined' text in my page title.
This very simple example produce an undefined page title:
The text was updated successfully, but these errors were encountered: