mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 18:01:24 +08:00
8 lines
156 B
Vue
8 lines
156 B
Vue
|
<template>
|
||
|
<el-space wrap>
|
||
|
<div v-for="i in 20" :key="i">
|
||
|
<el-button type="text"> Text button </el-button>
|
||
|
</div>
|
||
|
</el-space>
|
||
|
</template>
|