初始化
This commit is contained in:
9
src/components/custom/soybean-avatar.vue
Normal file
9
src/components/custom/soybean-avatar.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({ name: 'SoybeanAvatar' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="size-72px flex-center rd-1/2 bg-primary text-24px text-white font-600">CN</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user