mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
14 lines
247 B
Vue
14 lines
247 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: 'SoybeanAvatar'
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div class="size-72px overflow-hidden rd-1/2">
|
|
<img src="@/assets/imgs/soybean.jpg" class="size-full" />
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped></style>
|