Files

21 lines
162 B
Vue
Raw Normal View History

2023-10-11 11:27:47 +08:00
<template>
<view>
2023-11-14 17:21:03 +08:00
2023-10-11 11:27:47 +08:00
</view>
</template>
<script>
export default {
name:"logo",
data() {
return {
2023-11-14 17:21:03 +08:00
2023-10-11 11:27:47 +08:00
};
}
}
</script>
2023-11-14 17:21:03 +08:00
<style lang="scss">
2023-10-11 11:27:47 +08:00
2023-11-14 17:21:03 +08:00
</style>