gtsoft-snail-job-admin/src/components/common/system-logo.vue
2024-03-26 11:47:11 +08:00

10 lines
144 B
Vue

<script lang="ts" setup>
defineOptions({ name: 'SystemLogo' });
</script>
<template>
<icon-local-logo />
</template>
<style scoped></style>