maxkb/ui/src/workflow/icons/form-node-icon.vue
2024-11-13 10:39:05 +08:00

7 lines
196 B
Vue

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