maxkb/ui/src/workflow/icons/reply-node-icon.vue
2024-07-01 09:45:59 +08:00

7 lines
197 B
Vue

<template>
<AppAvatar shape="square" style="background: #FF8800">
<img src="@/assets/icon_reply.svg" style="width: 65%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>