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

@ -1,7 +1,7 @@
<template>
<el-space wrap>
<div v-for="i in 20" :key="i">
<el-button type="text"> Text button </el-button>
<el-button text> Text button </el-button>
</div>
</el-space>
</template>