7 lines
196 B
Vue
7 lines
196 B
Vue
<template>
|
|
<el-avatar shape="square" style="background: #34c724">
|
|
<img src="@/assets/icon_form.svg" style="width: 75%" alt="" />
|
|
</el-avatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|