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

7 lines
199 B
Vue

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