mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix: correct the deprecated note for el-button (#7854)
fix: correct the deprecated note for el-button
This commit is contained in:
parent
50ade1267e
commit
0e3ea58421
@ -65,8 +65,8 @@ const slots = useSlots()
|
||||
|
||||
useDeprecated(
|
||||
{
|
||||
from: 'type.link',
|
||||
replacement: 'text',
|
||||
from: 'type.text',
|
||||
replacement: 'type.link',
|
||||
version: '3.0.0',
|
||||
scope: 'props',
|
||||
ref: 'https://element-plus.org/en-US/component/button.html#button-attributes',
|
||||
|
Loading…
Reference in New Issue
Block a user