wx-starlock/pages/catEye/catEye.vue

12 lines
150 B
Vue
Raw Normal View History

2025-02-25 15:07:52 +08:00
<template>
<view> </view>
</template>
<script setup></script>
<style lang="scss">
page {
background-color: $uni-bg-color-grey;
}
</style>