mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 03:06:25 +08:00
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>
|