bugfix
This commit is contained in:
13
src/views/tenant/initialize.vue
Normal file
13
src/views/tenant/initialize.vue
Normal 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>
|
Reference in New Issue
Block a user