yanzhiAPP/pages/test/index.vue

11 lines
143 B
Vue
Raw Normal View History

2023-10-17 09:49:06 +08:00
<template>
<view class="">
<view style="height: var(--status-bar-height)"></view>
</view>
</template>
<script>
</script>
<style>
</style>