wx-starlock/pages/catEye/catEye.vue
2025-02-25 15:07:52 +08:00

12 lines
150 B
Vue

<template>
<view> </view>
</template>
<script setup></script>
<style lang="scss">
page {
background-color: $uni-bg-color-grey;
}
</style>