index.vue 174 B

12345678910111213
  1. <template>
  2. <v-card class="card-box pa-5">
  3. 111
  4. </v-card>
  5. </template>
  6. <script setup>
  7. defineOptions({ name: 'jobFair'})
  8. </script>
  9. <style scoped lang="scss">
  10. </style>