Skip to content

Commit

Permalink
Button: fix web-types type props (#22281)
Browse files Browse the repository at this point in the history
type属性少了个引号,会导致webstorm无法识别type="text"的情况
  • Loading branch information
whzxc committed Feb 9, 2023
1 parent 796a223 commit d3f88b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
{
"name": "type",
"description": "Button type",
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text"
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text'"
},
{
"name": "plain",
Expand Down

0 comments on commit d3f88b2

Please sign in to comment.