maxkb/ui/src/workflow/icons/search-dataset-node-icon.vue
2024-07-16 18:22:22 +08:00

7 lines
192 B
Vue

<template>
<AppAvatar shape="square" class="avatar-blue">
<img src="@/assets/icon_document.svg" style="width: 58%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>