学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
211 B

1 year ago
  1. <template>
  2. <view class="main">
  3. <comments></comments>
  4. </view>
  5. </template>
  6. <script>
  7. import comments from '../comments/comments.vue'
  8. export default {
  9. components: { comments }
  10. }
  11. </script>
  12. <style>
  13. </style>