mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-21 19:16:37 +08:00
10 lines
144 B
Vue
10 lines
144 B
Vue
<script lang="ts" setup>
|
|
defineOptions({ name: 'SystemLogo' });
|
|
</script>
|
|
|
|
<template>
|
|
<icon-local-logo />
|
|
</template>
|
|
|
|
<style scoped></style>
|