vuejs/jsx-vue2

Cannot parse a prop that starts with _

zjxxxxxxxxx opened this issue · 0 comments

When I try to use a prop that starts with _, it fails to compile.

WX20230917-161414@2x
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 _
WeChatf251b11c1648325782f1876c2d60858c
Source code

I wonder how I should deal with this problem