The Injects values are incorrectly coalescing falsy values to their default values when the component is written in Options mode.
Additional context
If a parent component provides a falsy value (false, null, 0, "", etc.), then a child component written in Options mode will incorrectly coalese that and show the default value given for the inject.
What is the purpose of this pull request?
[x] Bug fix
[ ] New Feature
[ ] Documentation update
[ ] Other
Before submitting the PR, please make sure you do the following
Description
The Injects values are incorrectly coalescing falsy values to their default values when the component is written in Options mode.
Additional context
If a parent component provides a falsy value (false, null, 0, "", etc.), then a child component written in Options mode will incorrectly coalese that and show the default value given for the inject.
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).