2022-01-04 19:09:00 +08:00
|
|
|
<script lang="ts" setup>
|
2022-07-10 14:02:00 +08:00
|
|
|
defineOptions({ name: 'SystemLogo' });
|
2022-01-04 19:09:00 +08:00
|
|
|
</script>
|
2022-05-28 12:30:17 +08:00
|
|
|
|
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>
|
|
|
|
|
2022-01-04 19:09:00 +08:00
|
|
|
<style scoped></style>
|