<script lang="ts" setup name="resumeApply"> import applyList from './components/applyList.vue' // 逻辑代码 </script> <template> <apply-list apply-type="4" /> </template> <style lang="scss" scoped> // 样式 </style>