You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some special cases when using `paramAttributes` with attributes that contains hyphens:
134
+
#### Notes on hyphened attributes
135
+
136
+
HTML attribute names ignore upper and lower case differences, so we usually use hyphened attributes instead of camel case. There are some special cases when using `paramAttributes` with attributes that contains hyphens:
135
137
136
138
1. If the attribute is a data attribute, the `data-` prefix will be auto stripped;
0 commit comments