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

7 lines
195 B
Vue

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