gtsoft-snail-job-admin/src/components/common/system-logo.vue

10 lines
142 B
Vue
Raw Normal View History

2024-03-08 17:59:45 +08:00
<script lang="ts" setup>
defineOptions({ name: 'SystemLogo' });
</script>
<template>
<IconLocalLogo />
</template>
<style scoped></style>