mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
e97fe719c4
- Update button's type in examples per changes for button
8 lines
149 B
Vue
8 lines
149 B
Vue
<template>
|
|
<el-space wrap>
|
|
<div v-for="i in 20" :key="i">
|
|
<el-button text> Text button </el-button>
|
|
</div>
|
|
</el-space>
|
|
</template>
|