test.vue 214 B

1234567
  1. <template>
  2. <test-entry title="霍兰德职业兴趣测评" type="holland" />
  3. </template>
  4. <script lang="ts" setup>
  5. import TestEntry from '../components/test-entry.vue';
  6. </script>
  7. <style lang="scss" scoped></style>