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>
<icon-local-logo />
</template>
<style scoped></style>