index.vue 190 B

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