zhengnaiwen_citu 1 년 전
부모
커밋
51ef7972b9
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/recruit/position/index.vue

+ 6 - 0
src/views/recruit/position/index.vue

@@ -0,0 +1,6 @@
+<template>
+  <div>招聘</div>
+</template>
+<script setup>
+defineOptions({name: 'position-page'})
+</script>