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