mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
10 lines
249 B
Vue
10 lines
249 B
Vue
|
<template>
|
||
|
<div style="height: 300px">
|
||
|
<el-steps direction="vertical" :active="1">
|
||
|
<el-step title="Step 1"></el-step>
|
||
|
<el-step title="Step 2"></el-step>
|
||
|
<el-step title="Step 3"></el-step>
|
||
|
</el-steps>
|
||
|
</div>
|
||
|
</template>
|