zhaoguLaoren.vue 202 B

123456789101112131415161718
  1. <template>
  2. <view></view>
  3. </template>
  4. <script setup>
  5. import {
  6. useHetong
  7. } from "./useHetong.js"
  8. const {
  9. injectHetong
  10. } = useHetong();
  11. const data = injectHetong()
  12. </script>
  13. <style>
  14. </style>