wangLuoXinXi.vue 205 B

1234567891011121314
  1. <template>
  2. <view class="content">
  3. </view>
  4. </template>
  5. <script setup>
  6. import { ref, onMounted } from "vue";
  7. import { onShow } from "@dcloudio/uni-app";
  8. </script>
  9. <style lang="scss" scoped>
  10. </style>