This commit is contained in:
2023-06-13 17:21:00 +08:00
parent 0e68f536d6
commit 69cde791e2
16 changed files with 587 additions and 130 deletions

View File

@ -0,0 +1,13 @@
<template>
<div class="app-container">
<el-steps align-center>
<el-step description="步骤描述" title="步骤1" />
<el-step description="步骤描述" title="步骤2" />
<el-step description="步骤描述" title="步骤3" />
<el-step description="步骤描述" title="步骤4" />
</el-steps>
</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>