UnisKB/ui/src/workflow/icons/start-node-icon.vue

7 lines
207 B
Vue
Raw Normal View History

2025-06-03 08:08:49 +00:00
<template>
2025-06-05 09:28:07 +00:00
<el-avatar shape="square" style="background: #D136D1;">
2025-06-11 11:15:17 +00:00
<img src="@/assets/workflow/icon_start.svg" style="width: 75%" alt="" />
2025-06-05 09:28:07 +00:00
</el-avatar>
2025-06-03 08:08:49 +00:00
</template>
<script setup lang="ts"></script>