15 lines
184 B
Vue
15 lines
184 B
Vue
<template>
|
|
<view class="content">
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script setup>
|
|
import { ref } from 'vue';
|
|
import { onShow } from "@dcloudio/uni-app";
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|