detail.vue 244 B

123456789101112
  1. <route lang="yaml">
  2. style:
  3. navigationBarTitleText: 游学计划
  4. navigationBarBackgroundColor: '#fff'
  5. navigationStyle: 'custom'
  6. </route>
  7. <script setup lang="ts"></script>
  8. <template>
  9. <div>
  10. <div class="asp"></div>
  11. </div>
  12. </template>