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

7 lines
208 B
Vue

<template>
<el-avatar shape="square" style="background: #7F3BF5">
<img src="@/assets/workflow/icon_intent.svg" style="width: 100%" alt="" />
</el-avatar>
</template>
<script setup lang="ts"></script>