go18/devcloud/web/src/pages/develop/PipelineTemplate.vue

14 lines
336 B
Vue
Raw Normal View History

2025-08-10 13:54:58 +08:00
<template>
<a-steps type="arrow" :current="2">
<a-step description="This is a description">Succeeded</a-step>
<a-step description="This is a description">Processing</a-step>
<a-step description="This is a description">Pending</a-step>
</a-steps>
</template>
<script setup>
</script>
<style lang="css" scoped></style>