mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2026-01-01 02:52:48 +00:00
7 lines
212 B
Vue
7 lines
212 B
Vue
<template>
|
|
<el-avatar shape="square" class="avatar-blue">
|
|
<img src="@/assets/workflow/icon_variable_splitting.svg" style="width: 100%" alt="" />
|
|
</el-avatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|