MaxKB/ui/src/workflow/icons/function-node-icon.vue
2024-08-15 17:17:25 +08:00

7 lines
209 B
Vue

<template>
<AppAvatar shape="square" style="background: #34c724">
<img src="@/assets/icon_function_outlined.svg" style="width: 75%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>