Files
vpUni/.svn/pristine/43/43f9e4870b8e7833cea9fd8f12db4547afa8dbcc.svn-base
2026-03-09 16:39:03 +08:00

27 lines
282 B
Plaintext

<template>
<view>
141
</view>
</template>
<script setup lang="ts">
import { ref } from 'vue';
import { onShow, onLoad } from '@dcloudio/uni-app';
onShow(() => {
})
onLoad(() => {
})
</script>
<style lang="scss">
page {
background-color: #fdfdfd;
}
</style>