mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
chore(docs): update text button type (#7533)
- Update button's type in examples per changes for button
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user