I have a data article like this: {a:{name:'aa'},id:1}
When I write this
The page will report 'Cannot read property name with undefined'
But this a does have data, so I used {{article.a&&article.a.name}} and reported Cannot read property '_normalized' of undefined
Why is this happening? 。。。
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
@bolosea Did you find a solution to this?
As of Feb 2020 Error is still unresolved
Hello my friend . I'm not very good at English. This error is due to the fact that your data has not yet been read to the line where you left the article.
You can fix this error by setting "if".
result =>
<elemnt>
{{article ? article.a.name : '' }}
</elemnt>
bad :(
<router-link to="null">
products
</router-link>
my error param is "to" "null" pass route valid
god :)
<router-link to="/products">
products
</router-link>