2024-11-11 07:48:56 +00:00
|
|
|
<template>
|
|
|
|
|
<AppAvatar shape="square" style="background: #14C0FF;">
|
2024-11-21 09:51:55 +00:00
|
|
|
<img src="@/assets/icon_image.svg" style="width: 65%" alt="" />
|
2024-11-11 07:48:56 +00:00
|
|
|
</AppAvatar>
|
|
|
|
|
</template>
|
|
|
|
|
<script setup lang="ts"></script>
|