mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-24 18:36:39 +08:00
9 lines
126 B
Vue
9 lines
126 B
Vue
<!-- Logo -->
|
|
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<div>Logo</div>
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|