qiuzhiXinxi.vue 230 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <view>
  3. 求职信息
  4. </view>
  5. </template>
  6. <script>
  7. import {
  8. ref
  9. } from "vue";
  10. export default {
  11. data() {
  12. return {
  13. }
  14. },
  15. methods: {
  16. changeTab(index) {
  17. }
  18. }
  19. }
  20. </script>
  21. <style>
  22. </style>