7 lines
216 B
Vue
7 lines
216 B
Vue
<template>
|
|
<el-avatar shape="square" style="background: #14c0ff">
|
|
<img src="@/assets/workflow/icon_text_to_speech.svg" style="width: 100%" alt="" />
|
|
</el-avatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|