maxkb/ui/src/workflow/icons/form-node-icon.vue
wangdan-fit2cloud 2fe1803f19 feat: document
2025-06-05 17:28:07 +08:00

7 lines
196 B
Vue

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