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