mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-29 10:47:36 +08:00
Button: fix web-types type props (#22281)
type属性少了个引号,会导致webstorm无法识别type="text"的情况
This commit is contained in:
parent
796a2238cc
commit
d3f88b2406
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user