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

@ -38,7 +38,7 @@
<span>Delicious hamburger</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>