mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 17:52:48 +00:00
7 lines
197 B
Vue
7 lines
197 B
Vue
<template>
|
|
<el-avatar shape="square" class="avatar-blue">
|
|
<img src="@/assets/workflow/icon_docs.svg" style="width: 65%" alt="" />
|
|
</el-avatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|