MaxKB/ui/src/workflow/icons/loop-icon.vue
2025-09-16 15:49:49 +08:00

5 lines
138 B
Vue

<template>
<img src="@/assets/workflow/icon_chat_color.svg" style="width: 18px" alt="" />
</template>
<script setup lang="ts"></script>