mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
6 lines
187 B
Vue
6 lines
187 B
Vue
<template>
|
|
<el-avatar shape="square">
|
|
<img src="@/assets/workflow/icon_knowledge_write.svg" style="width: 75%" alt="" />
|
|
</el-avatar>
|
|
</template>
|
|
<script setup lang="ts"></script> |