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

10 lines
144 B
Vue
Raw Normal View History

<script lang="ts" setup>
defineOptions({ name: 'SystemLogo' });
</script>
2023-11-17 08:45:00 +08:00
<template>
2024-03-24 03:02:08 +08:00
<icon-local-logo />
2023-11-17 08:45:00 +08:00
</template>
<style scoped></style>