maxkb/ui/src/workflow/icons/image-understand-node-icon.vue
2024-11-21 17:51:55 +08:00

7 lines
198 B
Vue

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