7 lines
200 B
Vue
7 lines
200 B
Vue
<template>
|
|
<AppAvatar shape="square" style="background: #7F3BF5">
|
|
<img src="@/assets/icon_reranker.svg" style="width: 65%" alt="" />
|
|
</AppAvatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|