Files
soybean-admin/src/components/common/system-logo.vue
2023-12-14 21:45:29 +08:00

10 lines
142 B
Vue

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