mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
refactor(form): button text prop 改成 link element-plus将废弃text
This commit is contained in:
parent
b4bf5ddc0a
commit
6f7415e116
@ -27,7 +27,7 @@
|
||||
<div class="m-form-item__content">
|
||||
<div class="m-form-validate__warning">输入内容前后有空格,是否移除空格?</div>
|
||||
<div style="display: flex; justify-content: flex-end">
|
||||
<TMagicButton type="text" size="small" @click="popoverVisible = false">保持原样</TMagicButton>
|
||||
<TMagicButton link size="small" @click="popoverVisible = false">保持原样</TMagicButton>
|
||||
<TMagicButton type="primary" size="small" @click="confirmTrimHandler">移除空格</TMagicButton>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user