Open tongjieme opened 3 years ago
<FormItem label="Input"> <Input v-model="formItem.input" placeholder="Enter something..."></Input> </FormItem>
Expected result should be remain as "FormItem" instead of "formitem".
Because some Vue code are case sensitive in tag names.
It also converts attribute keys to lowercase. I always have to remember to convert isvalid back to isValid for example
isvalid
isValid
Converts SVG's clipPath/linearGradient to lowercase which are invalid in Safari.
Expected result should be remain as "FormItem" instead of "formitem".
Because some Vue code are case sensitive in tag names.