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

7 lines
202 B
Vue

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