<template> <view class="content"> </view> </template> <script setup> import { ref, onMounted } from "vue"; import { onShow } from "@dcloudio/uni-app"; </script> <style lang="scss" scoped> </style>