index.vue 93 B

1234567891011
  1. <template>
  2. <div>
  3. <h1>详情</h1>
  4. </div>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. </style>