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

10 lines
161 B
Vue
Raw Normal View History

<script lang="ts" setup>
defineOptions({ name: 'SystemLogo' });
</script>
2023-11-17 08:45:00 +08:00
<template>
2024-08-16 16:33:11 +08:00
<img src="@/assets/imgs/logo.png" />
2023-11-17 08:45:00 +08:00
</template>
<style scoped></style>