chore(docs): update text button type (#7533)

- Update button's type in examples per changes for button
This commit is contained in:
JeremyWuuuuu
2022-05-06 17:33:52 +08:00
committed by GitHub
parent 5daf53e8e1
commit e97fe719c4
34 changed files with 38 additions and 48 deletions

View File

@ -31,7 +31,7 @@
<span>{{ item.name }}</span>
<div class="bottom card-header">
<div class="time">{{ currentDate }}</div>
<el-button type="text" class="button">Operation button</el-button>
<el-button text class="button">Operation button</el-button>
</div>
</div>
</el-card>