UnisKB/ui/src/workflow/icons/image-understand-node-icon.vue

7 lines
198 B
Vue

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