_id.vue 196 B

1234567891011121314151617
  1. <template>
  2. <div>
  3. <head-bar></head-bar>
  4. <SearchList></SearchList>
  5. <foot-bar></foot-bar>
  6. </div>
  7. </template>
  8. <script>
  9. export default {
  10. name: "_id"
  11. }
  12. </script>
  13. <style scoped>
  14. </style>