UnisKB/ui/src/workflow/icons/form-node-icon.vue

7 lines
196 B
Vue
Raw Normal View History

2024-11-13 02:37:16 +00:00
<template>
<AppAvatar shape="square" style="background: #34c724">
<img src="@/assets/icon_form.svg" style="width: 75%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>