mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Button: fix web-types type props (#22281)
type属性少了个引号,会导致webstorm无法识别type="text"的情况
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user