mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
6 lines
143 B
Vue
6 lines
143 B
Vue
|
<template>
|
||
|
<StillImage class="avatar" :src="imgSrc" :imageLoadError="imageLoadError"/>
|
||
|
</template>
|
||
|
|
||
|
<script src="./user_avatar.js"></script>
|