Cannot parse a prop that starts with _
zjxxxxxxxxx opened this issue · 0 comments
zjxxxxxxxxx commented
When I try to use a prop that starts with _, it fails to compile.

Click to view the code snippet
The reason is that this position uses _ as a separator, which prevents us from using a prop that starts with _

Source code
I wonder how I should deal with this problem