ruoyi-plus-soybean/src/components/common/system-logo.vue

10 lines
142 B
Vue
Raw Normal View History

<script lang="ts" setup>
defineOptions({ name: 'SystemLogo' });
</script>
2023-11-17 08:45:00 +08:00
<template>
2023-12-14 21:45:29 +08:00
<IconLocalLogo />
2023-11-17 08:45:00 +08:00
</template>
<style scoped></style>