mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 07:52:50 +00:00
7 lines
209 B
Vue
7 lines
209 B
Vue
<template>
|
|
<AppAvatar shape="square" style="background: #34c724">
|
|
<img src="@/assets/icon_function_outlined.svg" style="width: 75%" alt="" />
|
|
</AppAvatar>
|
|
</template>
|
|
<script setup lang="ts"></script>
|